Html Css Color HEX #24426F Catalina Blue

📋 copy color: '#24426F'

red 36 ◦ green 66 ◦ blue 111

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

Shades of Catalina Blue #24426F

Tints of Catalina Blue #24426F

RGB

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

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

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

R = 16.9%
G = 30.99%
B = 52.11%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#24426F (or 0x24426F) is known color: Catalina Blue. HEX triplet: 24, 42 and 6F. RGB value is (36,66,111). Sum of RGB (Red+Green+Blue) = 36+66+111=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #24426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24426F is #DBBD90. Grayscale: #3D3D3D. Windows color (decimal): -14400913 or 7291428. OLE color: 7291428.

HSL color Cylindrical-coordinate representation of color #24426F: hue angle of 216º 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 #24426F is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 66 111 -
CMYK 0.68 0.41 0 0.56
HSL 216º 0.51% 0.29% -
HSV(B) 216º 0.68% 0.44% -
XYZ 5.55 5.42 15.79 -
YUV 62.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 36 66 111 0.68 0.41 0 0.56 216 0.51 0.29
Hex 24 42 6F 44 29 0 38 D8 33 1D
Octal 44 102 157 104 51 0 70 330 63 35
Binary 100100 1000010 1101111 1000100 101001 0 111000 11011000 110011 11101

Color Harmonies of #24426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24426F

Black with #24426F

Text Example


Text Example

White with #24426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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