#28466E

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

Shades of Catalina Blue #28466E

Tints of Catalina Blue #28466E

Color information

#28466E (or 0x28466E) is unknown color: approx Catalina Blue. HEX triplet: 28, 46 and 6E. RGB value is (40,70,110). Sum of RGB (Red+Green+Blue) = 40+70+110=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #28466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28466E is #D7B991. Grayscale: #414141. Windows color (decimal): -14137746 or 7226920. OLE color: 7226920.

HSL color Cylindrical-coordinate representation of color #28466E: hue angle of 214.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28466E is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4070110-
CMYK0.640.3600.57
HSL214.29º46.67%29.41%-
HSV(B)214.29º63.64%43.14%-
XYZ5.885.9615.59-
YUV65.59153.06109.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 110 (43.36% from 255) = 50%
R=18.18%
G=31.82%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40701100.640.3600.57214.2946.6729.41
Hex28466E4024039d62f1d
Octal50106156100440713265735
Binary10100010001101101110100000010010001110011101011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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