#284060

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

Shades of Catalina Blue #284060

Tints of Catalina Blue #284060

Color information

#284060 (or 0x284060) is unknown color: approx Catalina Blue. HEX triplet: 28, 40 and 60. RGB value is (40,64,96). Sum of RGB (Red+Green+Blue) = 40+64+96=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #284060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284060 is #D7BF9F. Grayscale: #3C3C3C. Windows color (decimal): -14139296 or 6307880. OLE color: 6307880.

HSL color Cylindrical-coordinate representation of color #284060: hue angle of 214.29º 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 #284060 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB406496-
CMYK0.580.3300.62
HSL214.29º41.18%26.67%-
HSV(B)214.29º58.33%37.65%-
XYZ4.824.9611.77-
YUV60.47148.05113.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 96 (37.89% from 255) = 48%
R=20%
G=32%
B=48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4064960.580.3300.62214.2941.1826.67
Hex2840603A2103Ed6291b
Octal5010014072410763265133
Binary1010001000000110000011101010000101111101101011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284060; }

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

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

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

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

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

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

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

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