Html Css Color HEX #24456C Catalina Blue

📋 copy color: '#24456C'

red 36 ◦ green 69 ◦ blue 108

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

Shades of Catalina Blue #24456C

Tints of Catalina Blue #24456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.39%

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

R = 16.9%
G = 32.39%
B = 50.7%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24456C (or 0x24456C) is known color: Catalina Blue. HEX triplet: 24, 45 and 6C. RGB value is (36,69,108). Sum of RGB (Red+Green+Blue) = 36+69+108=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #24456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24456C is #DBBA93. Grayscale: #3F3F3F. Windows color (decimal): -14400148 or 7095588. OLE color: 7095588.

HSL color Cylindrical-coordinate representation of color #24456C: hue angle of 212.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 #24456C is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 69 108 -
CMYK 0.67 0.36 0 0.58
HSL 212.5º 0.5% 0.28% -
HSV(B) 212.5º 0.67% 0.42% -
XYZ 5.56 5.71 15 -
YUV 63.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 36 69 108 0.67 0.36 0 0.58 212.5 0.5 0.28
Hex 24 45 6C 43 24 0 3A D4 32 1C
Octal 44 105 154 103 44 0 72 324 62 34
Binary 100100 1000101 1101100 1000011 100100 0 111010 11010100 110010 11100

Color Harmonies of #24456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24456C

Black with #24456C

Text Example


Text Example

White with #24456C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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