#3722A4

Color #3722A4 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3722A4

Tints of Blue Gem #3722A4

Color information

#3722A4 (or 0x3722A4) is unknown color: approx Blue Gem. HEX triplet: 37, 22 and A4. RGB value is (55,34,164). Sum of RGB (Red+Green+Blue) = 55+34+164=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 164 (64.45% from 255 or 64.82% from 253); Max value from RGB is 164 - color contains mainly: blue. Hex color #3722A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3722A4 is #C8DD5B. Grayscale: #363636. Windows color (decimal): -13163868 or 10756663. OLE color: 10756663.

HSL color Cylindrical-coordinate representation of color #3722A4: hue angle of 249.69º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3722A4 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5534164-
CMYK0.660.7900.36
HSL249.69º65.66%38.82%-
HSV(B)249.69º79.27%64.31%-
XYZ8.854.6435.55-
YUV55.1189.46127.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 164 (64.45% from 255) = 64.82%
R=21.74%
G=13.44%
B=64.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55341640.660.7900.36249.6965.6638.82
Hex3722A4424F024fa4227
Octal674224410211704437210247
Binary11011110001010100100100001010011110100100111110101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3722A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3722A4; }

 p { color: rgb(55,34,164); }

 H1.HeaderClassName
 {
   color: #3722A4;
 }
 .AnyTagClassName
 {
   color: #3722A4;
 }
</style>
background-color css

<style>
 a { background-color: #3722A4; }

 a { background-color: rgb(55,34,164); }

 div.DivClassName
 {
   background-color: #3722A4;
 }
 .BgClassName
 {
   background-color: #3722A4;
 }
</style>
border-color css

<style>
 span { border-color: #3722A4; }

 span { border-color: rgb(55,34,164); }

 td.TdClassName
 {
   border-color: #3722A4;
 }
 .TagClassName
 {
   border-color: #3722A4;
 }
</style>