Html Css Color HEX #24367F Resolution Blue

📋 copy color: '#24367F'

red 36 ◦ green 54 ◦ blue 127

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

Shades of Resolution Blue #24367F

Tints of Resolution Blue #24367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

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

R = 16.59%
G = 24.88%
B = 58.53%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#24367F (or 0x24367F) is known color: Resolution Blue. HEX triplet: 24, 36 and 7F. RGB value is (36,54,127). Sum of RGB (Red+Green+Blue) = 36+54+127=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #24367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24367F is #DBC980. Grayscale: #383838. Windows color (decimal): -14403969 or 8336932. OLE color: 8336932.

HSL color Cylindrical-coordinate representation of color #24367F: hue angle of 228.13º 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 #24367F is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 54 127 -
CMYK 0.72 0.57 0 0.50
HSL 228.13º 0.56% 0.32% -
HSV(B) 228.13º 0.72% 0.5% -
XYZ 5.88 4.55 20.65 -
YUV 56.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 36 54 127 0.72 0.57 0 0.50 228.13 0.56 0.32
Hex 24 36 7F 48 39 0 32 E4 38 20
Octal 44 66 177 110 71 0 62 344 70 40
Binary 100100 110110 1111111 1001000 111001 0 110010 11100100 111000 100000

Color Harmonies of #24367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24367F

Black with #24367F

Text Example


Text Example

White with #24367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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