Html Css Color HEX #24397F Resolution Blue

📋 copy color: '#24397F'

red 36 ◦ green 57 ◦ blue 127

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

Shades of Resolution Blue #24397F

Tints of Resolution Blue #24397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

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

R = 16.36%
G = 25.91%
B = 57.73%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#24397F (or 0x24397F) is known color: Resolution Blue. HEX triplet: 24, 39 and 7F. RGB value is (36,57,127). Sum of RGB (Red+Green+Blue) = 36+57+127=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #24397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24397F is #DBC680. Grayscale: #3A3A3A. Windows color (decimal): -14403201 or 8337700. OLE color: 8337700.

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

Color convert

RGB 36 57 127 -
CMYK 0.72 0.55 0 0.50
HSL 226.15º 0.56% 0.32% -
HSV(B) 226.15º 0.72% 0.5% -
XYZ 6.02 4.83 20.69 -
YUV 58.7 166.54 111.81 -
System Red Green Blue C M Y K H S L
Decimal 36 57 127 0.72 0.55 0 0.50 226.15 0.56 0.32
Hex 24 39 7F 48 37 0 32 E2 38 20
Octal 44 71 177 110 67 0 62 342 70 40
Binary 100100 111001 1111111 1001000 110111 0 110010 11100010 111000 100000

Color Harmonies of #24397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24397F

Black with #24397F

Text Example


Text Example

White with #24397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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