#28466B

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

Shades of Catalina Blue #28466B

Tints of Catalina Blue #28466B

Color information

#28466B (or 0x28466B) is unknown color: approx Catalina Blue. HEX triplet: 28, 46 and 6B. RGB value is (40,70,107). Sum of RGB (Red+Green+Blue) = 40+70+107=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #28466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28466B is #D7B994. Grayscale: #414141. Windows color (decimal): -14137749 or 7030312. OLE color: 7030312.

HSL color Cylindrical-coordinate representation of color #28466B: hue angle of 213.13º 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 #28466B is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4070107-
CMYK0.630.3500.58
HSL213.13º45.58%28.82%-
HSV(B)213.13º62.62%41.96%-
XYZ5.725.8914.75-
YUV65.25151.56109.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 107 (42.19% from 255) = 49.31%
R=18.43%
G=32.26%
B=49.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40701070.630.3500.58213.1345.5828.82
Hex28466B3F2303Ad52e1d
Octal5010615377430723255635
Binary1010001000110110101111111110001101110101101010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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