Html Css Color HEX #24385B Catalina Blue

📋 copy color: '#24385B'

red 36 ◦ green 56 ◦ blue 91

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

Shades of Catalina Blue #24385B

Tints of Catalina Blue #24385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 19.67%
G = 30.6%
B = 49.73%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24385B (or 0x24385B) is known color: Catalina Blue. HEX triplet: 24, 38 and 5B. RGB value is (36,56,91). Sum of RGB (Red+Green+Blue) = 36+56+91=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #24385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24385B is #DBC7A4. Grayscale: #353535. Windows color (decimal): -14403493 or 5978148. OLE color: 5978148.

HSL color Cylindrical-coordinate representation of color #24385B: hue angle of 218.18º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24385B is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 56 91 -
CMYK 0.60 0.38 0 0.64
HSL 218.18º 0.43% 0.25% -
HSV(B) 218.18º 0.6% 0.36% -
XYZ 4.03 3.96 10.45 -
YUV 54.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 36 56 91 0.60 0.38 0 0.64 218.18 0.43 0.25
Hex 24 38 5B 3C 26 0 40 DA 2B 19
Octal 44 70 133 74 46 0 100 332 53 31
Binary 100100 111000 1011011 111100 100110 0 1000000 11011010 101011 11001

Color Harmonies of #24385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24385B

Black with #24385B

Text Example


Text Example

White with #24385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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