Html Css Color HEX #24395C Catalina Blue

📋 copy color: '#24395C'

red 36 ◦ green 57 ◦ blue 92

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

Shades of Catalina Blue #24395C

Tints of Catalina Blue #24395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.81%

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

R = 19.46%
G = 30.81%
B = 49.73%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24395C (or 0x24395C) is known color: Catalina Blue. HEX triplet: 24, 39 and 5C. RGB value is (36,57,92). Sum of RGB (Red+Green+Blue) = 36+57+92=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #24395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24395C is #DBC6A3. Grayscale: #363636. Windows color (decimal): -14403236 or 6043940. OLE color: 6043940.

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

Color convert

RGB 36 57 92 -
CMYK 0.61 0.38 0 0.64
HSL 217.5º 0.44% 0.25% -
HSV(B) 217.5º 0.61% 0.36% -
XYZ 4.12 4.07 10.69 -
YUV 54.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 36 57 92 0.61 0.38 0 0.64 217.5 0.44 0.25
Hex 24 39 5C 3D 26 0 40 DA 2C 19
Octal 44 71 134 75 46 0 100 332 54 31
Binary 100100 111001 1011100 111101 100110 0 1000000 11011010 101100 11001

Color Harmonies of #24395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24395C

Black with #24395C

Text Example


Text Example

White with #24395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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