Html Css Color HEX #24375F Catalina Blue

📋 copy color: '#24375F'

red 36 ◦ green 55 ◦ blue 95

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

Shades of Catalina Blue #24375F

Tints of Catalina Blue #24375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

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

R = 19.35%
G = 29.57%
B = 51.08%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24375F (or 0x24375F) is known color: Catalina Blue. HEX triplet: 24, 37 and 5F. RGB value is (36,55,95). Sum of RGB (Red+Green+Blue) = 36+55+95=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #24375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24375F is #DBC8A0. Grayscale: #353535. Windows color (decimal): -14403745 or 6240036. OLE color: 6240036.

HSL color Cylindrical-coordinate representation of color #24375F: hue angle of 220.68º 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 #24375F is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 55 95 -
CMYK 0.62 0.42 0 0.63
HSL 220.68º 0.45% 0.26% -
HSV(B) 220.68º 0.62% 0.37% -
XYZ 4.16 3.93 11.37 -
YUV 53.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 36 55 95 0.62 0.42 0 0.63 220.68 0.45 0.26
Hex 24 37 5F 3E 2A 0 3F DD 2D 1A
Octal 44 67 137 76 52 0 77 335 55 32
Binary 100100 110111 1011111 111110 101010 0 111111 11011101 101101 11010

Color Harmonies of #24375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24375F

Black with #24375F

Text Example


Text Example

White with #24375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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