Html Css Color HEX #24375B Catalina Blue

📋 copy color: '#24375B'

red 36 ◦ green 55 ◦ blue 91

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

Shades of Catalina Blue #24375B

Tints of Catalina Blue #24375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50%

R = 19.78%
G = 30.22%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24375B (or 0x24375B) is known color: Catalina Blue. HEX triplet: 24, 37 and 5B. RGB value is (36,55,91). Sum of RGB (Red+Green+Blue) = 36+55+91=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #24375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24375B is #DBC8A4. Grayscale: #353535. Windows color (decimal): -14403749 or 5977892. OLE color: 5977892.

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

Color convert

RGB 36 55 91 -
CMYK 0.60 0.40 0 0.64
HSL 219.27º 0.43% 0.25% -
HSV(B) 219.27º 0.6% 0.36% -
XYZ 3.98 3.86 10.43 -
YUV 53.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 36 55 91 0.60 0.40 0 0.64 219.27 0.43 0.25
Hex 24 37 5B 3C 28 0 40 DB 2B 19
Octal 44 67 133 74 50 0 100 333 53 31
Binary 100100 110111 1011011 111100 101000 0 1000000 11011011 101011 11001

Color Harmonies of #24375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24375B

Black with #24375B

Text Example


Text Example

White with #24375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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