#3E33AB

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

Shades of Blue Gem #3E33AB

Tints of Blue Gem #3E33AB

Color information

#3E33AB (or 0x3E33AB) is unknown color: approx Blue Gem. HEX triplet: 3E, 33 and AB. RGB value is (62,51,171). Sum of RGB (Red+Green+Blue) = 62+51+171=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E33AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E33AB is #C1CC54. Grayscale: #434343. Windows color (decimal): -12700757 or 11219774. OLE color: 11219774.

HSL color Cylindrical-coordinate representation of color #3E33AB: hue angle of 245.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E33AB is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6251171-
CMYK0.640.7000.33
HSL245.5º54.05%43.53%-
HSV(B)245.5º70.18%67.06%-
XYZ10.526.3339.2-
YUV67.97186.14123.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.83%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=21.83%
G=17.96%
B=60.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62511710.640.7000.33245.554.0543.53
Hex3E33AB4046021f6362c
Octal76632531001060413666654
Binary1111101100111010101110000001000110010000111110110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E33AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,171); }

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

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

 a { background-color: rgb(62,51,171); }

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

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

 span { border-color: rgb(62,51,171); }

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