Html Css Color HEX #24336C Resolution Blue

📋 copy color: '#24336C'

red 36 ◦ green 51 ◦ blue 108

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

Shades of Resolution Blue #24336C

Tints of Resolution Blue #24336C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 55.38%

R = 18.46%
G = 26.15%
B = 55.38%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24336C (or 0x24336C) is known color: Resolution Blue. HEX triplet: 24, 33 and 6C. RGB value is (36,51,108). Sum of RGB (Red+Green+Blue) = 36+51+108=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #24336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24336C is #DBCC93. Grayscale: #343434. Windows color (decimal): -14404756 or 7090980. OLE color: 7090980.

HSL color Cylindrical-coordinate representation of color #24336C: hue angle of 227.5º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24336C is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 51 108 -
CMYK 0.67 0.53 0 0.58
HSL 227.5º 0.5% 0.28% -
HSV(B) 227.5º 0.67% 0.42% -
XYZ 4.62 3.83 14.68 -
YUV 53.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 36 51 108 0.67 0.53 0 0.58 227.5 0.5 0.28
Hex 24 33 6C 43 35 0 3A E4 32 1C
Octal 44 63 154 103 65 0 72 344 62 34
Binary 100100 110011 1101100 1000011 110101 0 111010 11100100 110010 11100

Color Harmonies of #24336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24336C

Black with #24336C

Text Example


Text Example

White with #24336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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