Html Css Color HEX #24446B Catalina Blue

📋 copy color: '#24446B'

red 36 ◦ green 68 ◦ blue 107

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

Shades of Catalina Blue #24446B

Tints of Catalina Blue #24446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.23%

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

R = 17.06%
G = 32.23%
B = 50.71%

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

#24446B (or 0x24446B) is known color: Catalina Blue. HEX triplet: 24, 44 and 6B. RGB value is (36,68,107). Sum of RGB (Red+Green+Blue) = 36+68+107=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #24446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24446B is #DBBB94. Grayscale: #3E3E3E. Windows color (decimal): -14400405 or 7029796. OLE color: 7029796.

HSL color Cylindrical-coordinate representation of color #24446B: hue angle of 212.96º 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 #24446B is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 68 107 -
CMYK 0.66 0.36 0 0.58
HSL 212.96º 0.5% 0.28% -
HSV(B) 212.96º 0.66% 0.42% -
XYZ 5.45 5.57 14.7 -
YUV 62.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 36 68 107 0.66 0.36 0 0.58 212.96 0.5 0.28
Hex 24 44 6B 42 24 0 3A D5 32 1C
Octal 44 104 153 102 44 0 72 325 62 34
Binary 100100 1000100 1101011 1000010 100100 0 111010 11010101 110010 11100

Color Harmonies of #24446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24446B

Black with #24446B

Text Example


Text Example

White with #24446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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