Html Css Color HEX #24456F Catalina Blue

📋 copy color: '#24456F'

red 36 ◦ green 69 ◦ blue 111

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

Shades of Catalina Blue #24456F

Tints of Catalina Blue #24456F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.39%

R = 16.67%
G = 31.94%
B = 51.39%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#24456F (or 0x24456F) is known color: Catalina Blue. HEX triplet: 24, 45 and 6F. RGB value is (36,69,111). Sum of RGB (Red+Green+Blue) = 36+69+111=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #24456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24456F is #DBBA90. Grayscale: #3F3F3F. Windows color (decimal): -14400145 or 7292196. OLE color: 7292196.

HSL color Cylindrical-coordinate representation of color #24456F: hue angle of 213.6º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24456F is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 69 111 -
CMYK 0.68 0.38 0 0.56
HSL 213.6º 0.51% 0.29% -
HSV(B) 213.6º 0.68% 0.44% -
XYZ 5.72 5.78 15.85 -
YUV 63.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 36 69 111 0.68 0.38 0 0.56 213.6 0.51 0.29
Hex 24 45 6F 44 26 0 38 D6 33 1D
Octal 44 105 157 104 46 0 70 326 63 35
Binary 100100 1000101 1101111 1000100 100110 0 111000 11010110 110011 11101

Color Harmonies of #24456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24456F

Black with #24456F

Text Example


Text Example

White with #24456F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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