#284160

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

Shades of Catalina Blue #284160

Tints of Catalina Blue #284160

Color information

#284160 (or 0x284160) is unknown color: approx Catalina Blue. HEX triplet: 28, 41 and 60. RGB value is (40,65,96). Sum of RGB (Red+Green+Blue) = 40+65+96=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #284160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284160 is #D7BE9F. Grayscale: #3C3C3C. Windows color (decimal): -14139040 or 6308136. OLE color: 6308136.

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

Color convert

RGB406596-
CMYK0.580.3200.62
HSL213.21º41.18%26.67%-
HSV(B)213.21º58.33%37.65%-
XYZ4.885.0811.79-
YUV61.06147.72112.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=19.90%
G=32.34%
B=47.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4065960.580.3200.62213.2141.1826.67
Hex2841603A2003Ed5291b
Octal5010114072400763255133
Binary1010001000001110000011101010000001111101101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284160; }

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

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

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

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

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

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

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

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