Html Css Color HEX #24375C Catalina Blue

📋 copy color: '#24375C'

red 36 ◦ green 55 ◦ blue 92

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

Shades of Catalina Blue #24375C

Tints of Catalina Blue #24375C

RGB

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

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

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

R = 19.67%
G = 30.05%
B = 50.27%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24375C (or 0x24375C) is known color: Catalina Blue. HEX triplet: 24, 37 and 5C. RGB value is (36,55,92). Sum of RGB (Red+Green+Blue) = 36+55+92=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #24375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24375C is #DBC8A3. Grayscale: #353535. Windows color (decimal): -14403748 or 6043428. OLE color: 6043428.

HSL color Cylindrical-coordinate representation of color #24375C: hue angle of 219.64º 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 #24375C is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 55 92 -
CMYK 0.61 0.40 0 0.64
HSL 219.64º 0.44% 0.25% -
HSV(B) 219.64º 0.61% 0.36% -
XYZ 4.03 3.88 10.66 -
YUV 53.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 36 55 92 0.61 0.40 0 0.64 219.64 0.44 0.25
Hex 24 37 5C 3D 28 0 40 DC 2C 19
Octal 44 67 134 75 50 0 100 334 54 31
Binary 100100 110111 1011100 111101 101000 0 1000000 11011100 101100 11001

Color Harmonies of #24375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24375C

Black with #24375C

Text Example


Text Example

White with #24375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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