Html Css Color HEX #24456B Catalina Blue

📋 copy color: '#24456B'

red 36 ◦ green 69 ◦ blue 107

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

Shades of Catalina Blue #24456B

Tints of Catalina Blue #24456B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50.47%

R = 16.98%
G = 32.55%
B = 50.47%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24456B (or 0x24456B) is known color: Catalina Blue. HEX triplet: 24, 45 and 6B. RGB value is (36,69,107). Sum of RGB (Red+Green+Blue) = 36+69+107=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #24456B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24456B is #DBBA94. Grayscale: #3F3F3F. Windows color (decimal): -14400149 or 7030052. OLE color: 7030052.

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

Color convert

RGB 36 69 107 -
CMYK 0.66 0.36 0 0.58
HSL 212.11º 0.5% 0.28% -
HSV(B) 212.11º 0.66% 0.42% -
XYZ 5.51 5.69 14.72 -
YUV 63.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 36 69 107 0.66 0.36 0 0.58 212.11 0.5 0.28
Hex 24 45 6B 42 24 0 3A D4 32 1C
Octal 44 105 153 102 44 0 72 324 62 34
Binary 100100 1000101 1101011 1000010 100100 0 111010 11010100 110010 11100

Color Harmonies of #24456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24456B

Black with #24456B

Text Example


Text Example

White with #24456B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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