#3E36AF

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

Shades of Blue Gem #3E36AF

Tints of Blue Gem #3E36AF

Color information

#3E36AF (or 0x3E36AF) is unknown color: approx Blue Gem. HEX triplet: 3E, 36 and AF. RGB value is (62,54,175). Sum of RGB (Red+Green+Blue) = 62+54+175=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E36AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E36AF is #C1C950. Grayscale: #454545. Windows color (decimal): -12699985 or 11482686. OLE color: 11482686.

HSL color Cylindrical-coordinate representation of color #3E36AF: hue angle of 243.97º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E36AF is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6254175-
CMYK0.650.6900.31
HSL243.97º52.84%44.9%-
HSV(B)243.97º69.14%68.63%-
XYZ11.046.7641.28-
YUV70.19187.15122.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.31%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 175 (68.75% from 255) = 60.14%
R=21.31%
G=18.56%
B=60.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62541750.650.6900.31243.9752.8444.9
Hex3E36AF414501Ff4352d
Octal76662571011050373646555
Binary111110110110101011111000001100010101111111110100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E36AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,54,175); }

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

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

 a { background-color: rgb(62,54,175); }

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

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

 span { border-color: rgb(62,54,175); }

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