Html Css Color HEX #24365C Catalina Blue

📋 copy color: '#24365C'

red 36 ◦ green 54 ◦ blue 92

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

Shades of Catalina Blue #24365C

Tints of Catalina Blue #24365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.55%

R = 19.78%
G = 29.67%
B = 50.55%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24365C (or 0x24365C) is known color: Catalina Blue. HEX triplet: 24, 36 and 5C. RGB value is (36,54,92). Sum of RGB (Red+Green+Blue) = 36+54+92=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #24365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24365C is #DBC9A3. Grayscale: #343434. Windows color (decimal): -14404004 or 6043172. OLE color: 6043172.

HSL color Cylindrical-coordinate representation of color #24365C: hue angle of 220.71º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24365C is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 54 92 -
CMYK 0.61 0.41 0 0.64
HSL 220.71º 0.44% 0.25% -
HSV(B) 220.71º 0.61% 0.36% -
XYZ 3.98 3.79 10.65 -
YUV 52.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 36 54 92 0.61 0.41 0 0.64 220.71 0.44 0.25
Hex 24 36 5C 3D 29 0 40 DD 2C 19
Octal 44 66 134 75 51 0 100 335 54 31
Binary 100100 110110 1011100 111101 101001 0 1000000 11011101 101100 11001

Color Harmonies of #24365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24365C

Black with #24365C

Text Example


Text Example

White with #24365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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