Html Css Color HEX #24355F Catalina Blue

📋 copy color: '#24355F'

red 36 ◦ green 53 ◦ blue 95

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

Shades of Catalina Blue #24355F

Tints of Catalina Blue #24355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

 BLUE value IS 95 (37.5% from 255) = 51.63%

R = 19.57%
G = 28.8%
B = 51.63%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24355F (or 0x24355F) is known color: Catalina Blue. HEX triplet: 24, 35 and 5F. RGB value is (36,53,95). Sum of RGB (Red+Green+Blue) = 36+53+95=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #24355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24355F is #DBCAA0. Grayscale: #343434. Windows color (decimal): -14404257 or 6239524. OLE color: 6239524.

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

Color convert

RGB 36 53 95 -
CMYK 0.62 0.44 0 0.63
HSL 222.71º 0.45% 0.26% -
HSV(B) 222.71º 0.62% 0.37% -
XYZ 4.07 3.75 11.34 -
YUV 52.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 36 53 95 0.62 0.44 0 0.63 222.71 0.45 0.26
Hex 24 35 5F 3E 2C 0 3F DF 2D 1A
Octal 44 65 137 76 54 0 77 337 55 32
Binary 100100 110101 1011111 111110 101100 0 111111 11011111 101101 11010

Color Harmonies of #24355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24355F

Black with #24355F

Text Example


Text Example

White with #24355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,53,95); }

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

background-color css

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

 a { background-color: rgb(36,53,95); }

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

border-color css

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

 span { border-color: rgb(36,53,95); }

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