#28385D

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

Shades of Catalina Blue #28385D

Tints of Catalina Blue #28385D

Color information

#28385D (or 0x28385D) is unknown color: approx Catalina Blue. HEX triplet: 28, 38 and 5D. RGB value is (40,56,93). Sum of RGB (Red+Green+Blue) = 40+56+93=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #28385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28385D is #D7C7A2. Grayscale: #373737. Windows color (decimal): -14141347 or 6109224. OLE color: 6109224.

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

Color convert

RGB405693-
CMYK0.570.4000.64
HSL221.89º39.85%26.08%-
HSV(B)221.89º56.99%36.47%-
XYZ4.274.0710.92-
YUV55.43149.2116.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 56 (22.27% from 255) = 29.63%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=21.16%
G=29.63%
B=49.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4056930.570.4000.64221.8939.8526.08
Hex28385D3928040de281a
Octal5070135715001003365032
Binary1010001110001011101111001101000010000001101111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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