Html Css Color HEX #24385C Catalina Blue

📋 copy color: '#24385C'

red 36 ◦ green 56 ◦ blue 92

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

Shades of Catalina Blue #24385C

Tints of Catalina Blue #24385C

RGB

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

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

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

R = 19.57%
G = 30.43%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24385C (or 0x24385C) is known color: Catalina Blue. HEX triplet: 24, 38 and 5C. RGB value is (36,56,92). Sum of RGB (Red+Green+Blue) = 36+56+92=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #24385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24385C is #DBC7A3. Grayscale: #353535. Windows color (decimal): -14403492 or 6043684. OLE color: 6043684.

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

Color convert

RGB 36 56 92 -
CMYK 0.61 0.39 0 0.64
HSL 218.57º 0.44% 0.25% -
HSV(B) 218.57º 0.61% 0.36% -
XYZ 4.07 3.98 10.68 -
YUV 54.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 36 56 92 0.61 0.39 0 0.64 218.57 0.44 0.25
Hex 24 38 5C 3D 27 0 40 DB 2C 19
Octal 44 70 134 75 47 0 100 333 54 31
Binary 100100 111000 1011100 111101 100111 0 1000000 11011011 101100 11001

Color Harmonies of #24385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24385C

Black with #24385C

Text Example


Text Example

White with #24385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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