Html Css Color HEX #24365A Catalina Blue

📋 copy color: '#24365A'

red 36 ◦ green 54 ◦ blue 90

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

Shades of Catalina Blue #24365A

Tints of Catalina Blue #24365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50%

R = 20%
G = 30%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24365A (or 0x24365A) is known color: Catalina Blue. HEX triplet: 24, 36 and 5A. RGB value is (36,54,90). Sum of RGB (Red+Green+Blue) = 36+54+90=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #24365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24365A is #DBC9A5. Grayscale: #343434. Windows color (decimal): -14404006 or 5912100. OLE color: 5912100.

HSL color Cylindrical-coordinate representation of color #24365A: hue angle of 220º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24365A is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 54 90 -
CMYK 0.60 0.40 0 0.65
HSL 220º 0.43% 0.25% -
HSV(B) 220º 0.6% 0.35% -
XYZ 3.89 3.75 10.19 -
YUV 52.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 36 54 90 0.60 0.40 0 0.65 220 0.43 0.25
Hex 24 36 5A 3C 28 0 41 DC 2B 19
Octal 44 66 132 74 50 0 101 334 53 31
Binary 100100 110110 1011010 111100 101000 0 1000001 11011100 101011 11001

Color Harmonies of #24365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24365A

Black with #24365A

Text Example


Text Example

White with #24365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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