Html Css Color HEX #24426E Catalina Blue

📋 copy color: '#24426E'

red 36 ◦ green 66 ◦ blue 110

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

Shades of Catalina Blue #24426E

Tints of Catalina Blue #24426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.89%

R = 16.98%
G = 31.13%
B = 51.89%

CMYK

 C value IS 0.67

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#24426E (or 0x24426E) is known color: Catalina Blue. HEX triplet: 24, 42 and 6E. RGB value is (36,66,110). Sum of RGB (Red+Green+Blue) = 36+66+110=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #24426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24426E is #DBBD91. Grayscale: #3D3D3D. Windows color (decimal): -14400914 or 7225892. OLE color: 7225892.

HSL color Cylindrical-coordinate representation of color #24426E: hue angle of 215.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24426E is Cyan = 0.67, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 36 66 110 -
CMYK 0.67 0.4 0 0.57
HSL 215.68º 0.51% 0.29% -
HSV(B) 215.68º 0.67% 0.43% -
XYZ 5.49 5.4 15.5 -
YUV 62.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 36 66 110 0.67 0.4 0 0.57 215.68 0.51 0.29
Hex 24 42 6E 43 28 0 39 D8 33 1D
Octal 44 102 156 103 50 0 71 330 63 35
Binary 100100 1000010 1101110 1000011 101000 0 111001 11011000 110011 11101

Color Harmonies of #24426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24426E

Black with #24426E

Text Example


Text Example

White with #24426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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