#28416B

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

Shades of Catalina Blue #28416B

Tints of Catalina Blue #28416B

Color information

#28416B (or 0x28416B) is unknown color: approx Catalina Blue. HEX triplet: 28, 41 and 6B. RGB value is (40,65,107). Sum of RGB (Red+Green+Blue) = 40+65+107=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #28416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28416B is #D7BE94. Grayscale: #3E3E3E. Windows color (decimal): -14139029 or 7029032. OLE color: 7029032.

HSL color Cylindrical-coordinate representation of color #28416B: hue angle of 217.61º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28416B is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4065107-
CMYK0.630.3900.58
HSL217.61º45.58%28.82%-
HSV(B)217.61º62.62%41.96%-
XYZ5.425.2914.65-
YUV62.31153.22112.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 107 (42.19% from 255) = 50.47%
R=18.87%
G=30.66%
B=50.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40651070.630.3900.58217.6145.5828.82
Hex28416B3F2703Ada2e1d
Octal5010115377470723325635
Binary1010001000001110101111111110011101110101101101010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,65,107); }

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

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

 a { background-color: rgb(40,65,107); }

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

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

 span { border-color: rgb(40,65,107); }

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