#3F37A6

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

Shades of Blue Gem #3F37A6

Tints of Blue Gem #3F37A6

Color information

#3F37A6 (or 0x3F37A6) is unknown color: approx Blue Gem. HEX triplet: 3F, 37 and A6. RGB value is (63,55,166). Sum of RGB (Red+Green+Blue) = 63+55+166=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 166 (65.23% from 255 or 58.45% from 284); Max value from RGB is 166 - color contains mainly: blue. Hex color #3F37A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F37A6 is #C0C859. Grayscale: #454545. Windows color (decimal): -12634202 or 10893119. OLE color: 10893119.

HSL color Cylindrical-coordinate representation of color #3F37A6: hue angle of 244.32º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F37A6 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6355166-
CMYK0.620.6700.35
HSL244.32º50.23%43.33%-
HSV(B)244.32º66.87%65.1%-
XYZ10.36.5436.8-
YUV70.05182.15122.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 166 (65.23% from 255) = 58.45%
R=22.18%
G=19.37%
B=58.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal63551660.620.6700.35244.3250.2343.33
Hex3F37A63E43023f4322b
Octal7767246761030433646253
Binary111111110111101001101111101000011010001111110100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F37A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F37A6; }

 p { color: rgb(63,55,166); }

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

<style>
 a { background-color: #3F37A6; }

 a { background-color: rgb(63,55,166); }

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

<style>
 span { border-color: #3F37A6; }

 span { border-color: rgb(63,55,166); }

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