Html Css Color HEX #24385D Catalina Blue

📋 copy color: '#24385D'

red 36 ◦ green 56 ◦ blue 93

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

Shades of Catalina Blue #24385D

Tints of Catalina Blue #24385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.27%

R = 19.46%
G = 30.27%
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

#24385D (or 0x24385D) is known color: Catalina Blue. HEX triplet: 24, 38 and 5D. RGB value is (36,56,93). Sum of RGB (Red+Green+Blue) = 36+56+93=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #24385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24385D is #DBC7A2. Grayscale: #363636. Windows color (decimal): -14403491 or 6109220. OLE color: 6109220.

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

Color convert

RGB 36 56 93 -
CMYK 0.61 0.40 0 0.64
HSL 218.95º 0.44% 0.25% -
HSV(B) 218.95º 0.61% 0.36% -
XYZ 4.12 3.99 10.91 -
YUV 54.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 36 56 93 0.61 0.40 0 0.64 218.95 0.44 0.25
Hex 24 38 5D 3D 28 0 40 DB 2C 19
Octal 44 70 135 75 50 0 100 333 54 31
Binary 100100 111000 1011101 111101 101000 0 1000000 11011011 101100 11001

Color Harmonies of #24385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24385D

Black with #24385D

Text Example


Text Example

White with #24385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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