Html Css Color HEX #24337C Resolution Blue

📋 copy color: '#24337C'

red 36 ◦ green 51 ◦ blue 124

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

Shades of Resolution Blue #24337C

Tints of Resolution Blue #24337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 124 (48.83% from 255) = 58.77%

R = 17.06%
G = 24.17%
B = 58.77%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24337C (or 0x24337C) is known color: Resolution Blue. HEX triplet: 24, 33 and 7C. RGB value is (36,51,124). Sum of RGB (Red+Green+Blue) = 36+51+124=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #24337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24337C is #DBCC83. Grayscale: #363636. Windows color (decimal): -14404740 or 8139556. OLE color: 8139556.

HSL color Cylindrical-coordinate representation of color #24337C: hue angle of 229.77º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24337C is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 51 124 -
CMYK 0.71 0.59 0 0.51
HSL 229.77º 0.55% 0.31% -
HSV(B) 229.77º 0.71% 0.49% -
XYZ 5.55 4.2 19.59 -
YUV 54.84 167.03 114.56 -
System Red Green Blue C M Y K H S L
Decimal 36 51 124 0.71 0.59 0 0.51 229.77 0.55 0.31
Hex 24 33 7C 47 3B 0 33 E6 37 1F
Octal 44 63 174 107 73 0 63 346 67 37
Binary 100100 110011 1111100 1000111 111011 0 110011 11100110 110111 11111

Color Harmonies of #24337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24337C

Black with #24337C

Text Example


Text Example

White with #24337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24337C; }

 p { color: rgb(36,51,124); }

 H1.HeaderClassName
 {
   color: #24337C;
 }
 .AnyTagClassName
 {
   color: #24337C;
 }
</style>

background-color css

<style>
 a { background-color: #24337C; }

 a { background-color: rgb(36,51,124); }

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

border-color css

<style>
 span { border-color: #24337C; }

 span { border-color: rgb(36,51,124); }

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