Html Css Color HEX #24427B Resolution Blue

📋 copy color: '#24427B'

red 36 ◦ green 66 ◦ blue 123

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

Shades of Resolution Blue #24427B

Tints of Resolution Blue #24427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.67%

R = 16%
G = 29.33%
B = 54.67%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#24427B (or 0x24427B) is known color: Resolution Blue. HEX triplet: 24, 42 and 7B. RGB value is (36,66,123). Sum of RGB (Red+Green+Blue) = 36+66+123=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #24427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24427B is #DBBD84. Grayscale: #3F3F3F. Windows color (decimal): -14400901 or 8077860. OLE color: 8077860.

HSL color Cylindrical-coordinate representation of color #24427B: hue angle of 219.31º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24427B is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 36 66 123 -
CMYK 0.71 0.46 0 0.52
HSL 219.31º 0.55% 0.31% -
HSV(B) 219.31º 0.71% 0.48% -
XYZ 6.25 5.7 19.51 -
YUV 63.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 36 66 123 0.71 0.46 0 0.52 219.31 0.55 0.31
Hex 24 42 7B 47 2E 0 34 DB 37 1F
Octal 44 102 173 107 56 0 64 333 67 37
Binary 100100 1000010 1111011 1000111 101110 0 110100 11011011 110111 11111

Color Harmonies of #24427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24427B

Black with #24427B

Text Example


Text Example

White with #24427B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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