Html Css Color HEX #24395E Catalina Blue

📋 copy color: '#24395E'

red 36 ◦ green 57 ◦ blue 94

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

Shades of Catalina Blue #24395E

Tints of Catalina Blue #24395E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 50.27%

R = 19.25%
G = 30.48%
B = 50.27%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24395E (or 0x24395E) is known color: Catalina Blue. HEX triplet: 24, 39 and 5E. RGB value is (36,57,94). Sum of RGB (Red+Green+Blue) = 36+57+94=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #24395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24395E is #DBC6A1. Grayscale: #363636. Windows color (decimal): -14403234 or 6175012. OLE color: 6175012.

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

Color convert

RGB 36 57 94 -
CMYK 0.62 0.39 0 0.63
HSL 218.28º 0.45% 0.25% -
HSV(B) 218.28º 0.62% 0.37% -
XYZ 4.21 4.11 11.16 -
YUV 54.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 36 57 94 0.62 0.39 0 0.63 218.28 0.45 0.25
Hex 24 39 5E 3E 27 0 3F DA 2D 19
Octal 44 71 136 76 47 0 77 332 55 31
Binary 100100 111001 1011110 111110 100111 0 111111 11011010 101101 11001

Color Harmonies of #24395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24395E

Black with #24395E

Text Example


Text Example

White with #24395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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