Html Css Color HEX #3E18AB Blue Gem

📋 copy color: '#3E18AB'

red 62 ◦ green 24 ◦ blue 171

#3E18AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #3E18AB

Tints of Blue Gem #3E18AB

RGB

 RED value IS 62 (24.61% from 255) = 24.12%

 GREEN value IS 24 (9.77% from 255) = 9.34%

 BLUE value IS 171 (67.19% from 255) = 66.54%

R = 24.12%
G = 9.34%
B = 66.54%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E18AB (or 0x3E18AB) is known color: Blue Gem. HEX triplet: 3E, 18 and AB. RGB value is (62,24,171). Sum of RGB (Red+Green+Blue) = 62+24+171=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E18AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E18AB is #C1E754. Grayscale: #333333. Windows color (decimal): -12707669 or 11212862. OLE color: 11212862.

HSL color Cylindrical-coordinate representation of color #3E18AB: hue angle of 255.51º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E18AB is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 24 171 -
CMYK 0.64 0.86 0 0.33
HSL 255.51º 0.75% 0.38% -
HSV(B) 255.51º 0.86% 0.67% -
XYZ 9.66 4.62 38.91 -
YUV 52.12 195.09 135.05 -
System Red Green Blue C M Y K H S L
Decimal 62 24 171 0.64 0.86 0 0.33 255.51 0.75 0.38
Hex 3E 18 AB 40 56 0 21 100 4B 26
Octal 76 30 253 100 126 0 41 400 113 46
Binary 111110 11000 10101011 1000000 1010110 0 100001 100000000 1001011 100110

Color Harmonies of #3E18AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E18AB

Black with #3E18AB

Text Example


Text Example

White with #3E18AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E18AB;
 }
 .AnyTagClassName
 {
   color: #3E18AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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