Html Css Color HEX #3F24AA Blue Gem

📋 copy color: '#3F24AA'

red 63 ◦ green 36 ◦ blue 170

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

Shades of Blue Gem #3F24AA

Tints of Blue Gem #3F24AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

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

R = 23.42%
G = 13.38%
B = 63.2%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F24AA (or 0x3F24AA) is known color: Blue Gem. HEX triplet: 3F, 24 and AA. RGB value is (63,36,170). Sum of RGB (Red+Green+Blue) = 63+36+170=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F24AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F24AA is #C0DB55. Grayscale: #3A3A3A. Windows color (decimal): -12639062 or 11150399. OLE color: 11150399.

HSL color Cylindrical-coordinate representation of color #3F24AA: hue angle of 252.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F24AA is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 36 170 -
CMYK 0.63 0.79 0 0.33
HSL 252.09º 0.65% 0.4% -
HSV(B) 252.09º 0.79% 0.67% -
XYZ 9.94 5.22 38.51 -
YUV 59.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 63 36 170 0.63 0.79 0 0.33 252.09 0.65 0.4
Hex 3F 24 AA 3F 4F 0 21 FC 41 28
Octal 77 44 252 77 117 0 41 374 101 50
Binary 111111 100100 10101010 111111 1001111 0 100001 11111100 1000001 101000

Color Harmonies of #3F24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F24AA

Black with #3F24AA

Text Example


Text Example

White with #3F24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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