Html Css Color HEX #24427F Resolution Blue

📋 copy color: '#24427F'

red 36 ◦ green 66 ◦ blue 127

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

Shades of Resolution Blue #24427F

Tints of Resolution Blue #24427F

RGB

 RED value IS 36 (14.45% from 255) = 15.72%

 GREEN value IS 66 (26.17% from 255) = 28.82%

 BLUE value IS 127 (50% from 255) = 55.46%

R = 15.72%
G = 28.82%
B = 55.46%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#24427F (or 0x24427F) is known color: Resolution Blue. HEX triplet: 24, 42 and 7F. RGB value is (36,66,127). Sum of RGB (Red+Green+Blue) = 36+66+127=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #24427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24427F is #DBBD80. Grayscale: #3F3F3F. Windows color (decimal): -14400897 or 8340004. OLE color: 8340004.

HSL color Cylindrical-coordinate representation of color #24427F: hue angle of 220.22º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24427F is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 66 127 -
CMYK 0.72 0.48 0 0.50
HSL 220.22º 0.56% 0.32% -
HSV(B) 220.22º 0.72% 0.5% -
XYZ 6.51 5.8 20.86 -
YUV 63.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 36 66 127 0.72 0.48 0 0.50 220.22 0.56 0.32
Hex 24 42 7F 48 30 0 32 DC 38 20
Octal 44 102 177 110 60 0 62 334 70 40
Binary 100100 1000010 1111111 1001000 110000 0 110010 11011100 111000 100000

Color Harmonies of #24427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24427F

Black with #24427F

Text Example


Text Example

White with #24427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24427F; }

 p { color: rgb(36,66,127); }

 H1.HeaderClassName
 {
   color: #24427F;
 }
 .AnyTagClassName
 {
   color: #24427F;
 }
</style>

background-color css

<style>
 a { background-color: #24427F; }

 a { background-color: rgb(36,66,127); }

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

border-color css

<style>
 span { border-color: #24427F; }

 span { border-color: rgb(36,66,127); }

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