Html Css Color HEX #24385F Catalina Blue

📋 copy color: '#24385F'

red 36 ◦ green 56 ◦ blue 95

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

Shades of Catalina Blue #24385F

Tints of Catalina Blue #24385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

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

R = 19.25%
G = 29.95%
B = 50.8%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24385F (or 0x24385F) is known color: Catalina Blue. HEX triplet: 24, 38 and 5F. RGB value is (36,56,95). Sum of RGB (Red+Green+Blue) = 36+56+95=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #24385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24385F is #DBC7A0. Grayscale: #363636. Windows color (decimal): -14403489 or 6240292. OLE color: 6240292.

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

Color convert

RGB 36 56 95 -
CMYK 0.62 0.41 0 0.63
HSL 219.66º 0.45% 0.26% -
HSV(B) 219.66º 0.62% 0.37% -
XYZ 4.21 4.03 11.38 -
YUV 54.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 36 56 95 0.62 0.41 0 0.63 219.66 0.45 0.26
Hex 24 38 5F 3E 29 0 3F DC 2D 1A
Octal 44 70 137 76 51 0 77 334 55 32
Binary 100100 111000 1011111 111110 101001 0 111111 11011100 101101 11010

Color Harmonies of #24385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24385F

Black with #24385F

Text Example


Text Example

White with #24385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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