Html Css Color HEX #24426C Catalina Blue

📋 copy color: '#24426C'

red 36 ◦ green 66 ◦ blue 108

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

Shades of Catalina Blue #24426C

Tints of Catalina Blue #24426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.43%

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

R = 17.14%
G = 31.43%
B = 51.43%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24426C (or 0x24426C) is known color: Catalina Blue. HEX triplet: 24, 42 and 6C. RGB value is (36,66,108). Sum of RGB (Red+Green+Blue) = 36+66+108=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #24426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24426C is #DBBD93. Grayscale: #3D3D3D. Windows color (decimal): -14400916 or 7094820. OLE color: 7094820.

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

Color convert

RGB 36 66 108 -
CMYK 0.67 0.39 0 0.58
HSL 215º 0.5% 0.28% -
HSV(B) 215º 0.67% 0.42% -
XYZ 5.38 5.35 14.94 -
YUV 61.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 36 66 108 0.67 0.39 0 0.58 215 0.5 0.28
Hex 24 42 6C 43 27 0 3A D7 32 1C
Octal 44 102 154 103 47 0 72 327 62 34
Binary 100100 1000010 1101100 1000011 100111 0 111010 11010111 110010 11100

Color Harmonies of #24426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24426C

Black with #24426C

Text Example


Text Example

White with #24426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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