#28446D

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

Shades of Catalina Blue #28446D

Tints of Catalina Blue #28446D

Color information

#28446D (or 0x28446D) is unknown color: approx Catalina Blue. HEX triplet: 28, 44 and 6D. RGB value is (40,68,109). Sum of RGB (Red+Green+Blue) = 40+68+109=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #28446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28446D is #D7BB92. Grayscale: #404040. Windows color (decimal): -14138259 or 7160872. OLE color: 7160872.

HSL color Cylindrical-coordinate representation of color #28446D: hue angle of 215.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28446D is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4068109-
CMYK0.630.3800.57
HSL215.65º46.31%29.22%-
HSV(B)215.65º63.3%42.75%-
XYZ5.75.6915.27-
YUV64.3153.22110.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=18.43%
G=31.34%
B=50.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40681090.630.3800.57215.6546.3129.22
Hex28446D3F26039d82e1d
Octal5010415577460713305635
Binary1010001000100110110111111110011001110011101100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,68,109); }

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

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

 a { background-color: rgb(40,68,109); }

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

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

 span { border-color: rgb(40,68,109); }

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