#28466C

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

Shades of Catalina Blue #28466C

Tints of Catalina Blue #28466C

Color information

#28466C (or 0x28466C) is unknown color: approx Catalina Blue. HEX triplet: 28, 46 and 6C. RGB value is (40,70,108). Sum of RGB (Red+Green+Blue) = 40+70+108=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #28466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28466C is #D7B993. Grayscale: #414141. Windows color (decimal): -14137748 or 7095848. OLE color: 7095848.

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

Color convert

RGB4070108-
CMYK0.630.3500.58
HSL213.53º45.95%29.02%-
HSV(B)213.53º62.96%42.35%-
XYZ5.775.9115.02-
YUV65.36152.06109.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=18.35%
G=32.11%
B=49.54%

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
Decimal40701080.630.3500.58213.5345.9529.02
Hex28466C3F2303Ad62e1d
Octal5010615477430723265635
Binary1010001000110110110011111110001101110101101011010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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