#28365C

Color #28365C Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #28365C

Tints of Catalina Blue #28365C

Color information

#28365C (or 0x28365C) is unknown color: approx Catalina Blue. HEX triplet: 28, 36 and 5C. RGB value is (40,54,92). Sum of RGB (Red+Green+Blue) = 40+54+92=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #28365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28365C is #D7C9A3. Grayscale: #353535. Windows color (decimal): -14141860 or 6043176. OLE color: 6043176.

HSL color Cylindrical-coordinate representation of color #28365C: hue angle of 223.85º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28365C is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB405492-
CMYK0.570.4100.64
HSL223.85º39.39%25.88%-
HSV(B)223.85º56.52%36.08%-
XYZ4.133.8610.65-
YUV54.15149.36117.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 92 (36.33% from 255) = 49.46%
R=21.51%
G=29.03%
B=49.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4054920.570.4100.64223.8539.3925.88
Hex28365C3929040e0271a
Octal5066134715101003404732
Binary1010001101101011100111001101001010000001110000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,54,92); }

 H1.HeaderClassName
 {
   color: #28365C;
 }
 .AnyTagClassName
 {
   color: #28365C;
 }
</style>
background-color css

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

 a { background-color: rgb(40,54,92); }

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

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

 span { border-color: rgb(40,54,92); }

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