Html Css Color HEX #24365E Catalina Blue

📋 copy color: '#24365E'

red 36 ◦ green 54 ◦ blue 94

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

Shades of Catalina Blue #24365E

Tints of Catalina Blue #24365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

 BLUE value IS 94 (37.11% from 255) = 51.09%

R = 19.57%
G = 29.35%
B = 51.09%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24365E (or 0x24365E) is known color: Catalina Blue. HEX triplet: 24, 36 and 5E. RGB value is (36,54,94). Sum of RGB (Red+Green+Blue) = 36+54+94=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #24365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24365E is #DBC9A1. Grayscale: #353535. Windows color (decimal): -14404002 or 6174244. OLE color: 6174244.

HSL color Cylindrical-coordinate representation of color #24365E: hue angle of 221.38º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24365E is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 54 94 -
CMYK 0.62 0.43 0 0.63
HSL 221.38º 0.45% 0.25% -
HSV(B) 221.38º 0.62% 0.37% -
XYZ 4.07 3.82 11.11 -
YUV 53.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 36 54 94 0.62 0.43 0 0.63 221.38 0.45 0.25
Hex 24 36 5E 3E 2B 0 3F DD 2D 19
Octal 44 66 136 76 53 0 77 335 55 31
Binary 100100 110110 1011110 111110 101011 0 111111 11011101 101101 11001

Color Harmonies of #24365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24365E

Black with #24365E

Text Example


Text Example

White with #24365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,54,94); }

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

background-color css

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

 a { background-color: rgb(36,54,94); }

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

border-color css

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

 span { border-color: rgb(36,54,94); }

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