#284460

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

Shades of Catalina Blue #284460

Tints of Catalina Blue #284460

Color information

#284460 (or 0x284460) is unknown color: approx Catalina Blue. HEX triplet: 28, 44 and 60. RGB value is (40,68,96). Sum of RGB (Red+Green+Blue) = 40+68+96=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #284460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284460 is #D7BB9F. Grayscale: #3E3E3E. Windows color (decimal): -14138272 or 6308904. OLE color: 6308904.

HSL color Cylindrical-coordinate representation of color #284460: hue angle of 210º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #284460 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB406896-
CMYK0.580.2900.62
HSL210º41.18%26.67%-
HSV(B)210º58.33%37.65%-
XYZ5.055.4311.85-
YUV62.82146.72111.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=19.61%
G=33.33%
B=47.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4068960.580.2900.6221041.1826.67
Hex2844603A1D03Ed2291b
Octal5010414072350763225133
Binary101000100010011000001110101110101111101101001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284460; }

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

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

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

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

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

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

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

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