Html Css Color HEX #3F18AA Blue Gem

📋 copy color: '#3F18AA'

red 63 ◦ green 24 ◦ blue 170

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

Shades of Blue Gem #3F18AA

Tints of Blue Gem #3F18AA

RGB

 RED value IS 63 (25% from 255) = 24.51%

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

 BLUE value IS 170 (66.8% from 255) = 66.15%

R = 24.51%
G = 9.34%
B = 66.15%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F18AA (or 0x3F18AA) is known color: Blue Gem. HEX triplet: 3F, 18 and AA. RGB value is (63,24,170). Sum of RGB (Red+Green+Blue) = 63+24+170=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F18AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F18AA is #C0E755. Grayscale: #333333. Windows color (decimal): -12642134 or 11147327. OLE color: 11147327.

HSL color Cylindrical-coordinate representation of color #3F18AA: hue angle of 256.03º 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 #3F18AA is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 24 170 -
CMYK 0.63 0.86 0 0.33
HSL 256.03º 0.75% 0.38% -
HSV(B) 256.03º 0.86% 0.67% -
XYZ 9.63 4.61 38.41 -
YUV 52.31 194.42 135.63 -
System Red Green Blue C M Y K H S L
Decimal 63 24 170 0.63 0.86 0 0.33 256.03 0.75 0.38
Hex 3F 18 AA 3F 56 0 21 100 4B 26
Octal 77 30 252 77 126 0 41 400 113 46
Binary 111111 11000 10101010 111111 1010110 0 100001 100000000 1001011 100110

Color Harmonies of #3F18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F18AA

Black with #3F18AA

Text Example


Text Example

White with #3F18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,24,170); }

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

background-color css

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

 a { background-color: rgb(63,24,170); }

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

border-color css

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

 span { border-color: rgb(63,24,170); }

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