Html Css Color HEX #24377F Resolution Blue

📋 copy color: '#24377F'

red 36 ◦ green 55 ◦ blue 127

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

Shades of Resolution Blue #24377F

Tints of Resolution Blue #24377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

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

R = 16.51%
G = 25.23%
B = 58.26%

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

#24377F (or 0x24377F) is known color: Resolution Blue. HEX triplet: 24, 37 and 7F. RGB value is (36,55,127). Sum of RGB (Red+Green+Blue) = 36+55+127=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #24377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24377F is #DBC880. Grayscale: #393939. Windows color (decimal): -14403713 or 8337188. OLE color: 8337188.

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

Color convert

RGB 36 55 127 -
CMYK 0.72 0.57 0 0.50
HSL 227.47º 0.56% 0.32% -
HSV(B) 227.47º 0.72% 0.5% -
XYZ 5.92 4.64 20.66 -
YUV 57.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 36 55 127 0.72 0.57 0 0.50 227.47 0.56 0.32
Hex 24 37 7F 48 39 0 32 E3 38 20
Octal 44 67 177 110 71 0 62 343 70 40
Binary 100100 110111 1111111 1001000 111001 0 110010 11100011 111000 100000

Color Harmonies of #24377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24377F

Black with #24377F

Text Example


Text Example

White with #24377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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