#284360

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

Shades of Catalina Blue #284360

Tints of Catalina Blue #284360

Color information

#284360 (or 0x284360) is unknown color: approx Catalina Blue. HEX triplet: 28, 43 and 60. RGB value is (40,67,96). Sum of RGB (Red+Green+Blue) = 40+67+96=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #284360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284360 is #D7BC9F. Grayscale: #3E3E3E. Windows color (decimal): -14138528 or 6308648. OLE color: 6308648.

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

Color convert

RGB406796-
CMYK0.580.3000.62
HSL211.07º41.18%26.67%-
HSV(B)211.07º58.33%37.65%-
XYZ4.995.3111.83-
YUV62.23147.05112.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=19.70%
G=33.00%
B=47.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4067960.580.3000.62211.0741.1826.67
Hex2843603A1E03Ed3291b
Octal5010314072360763235133
Binary101000100001111000001110101111001111101101001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284360; }

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

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

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

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

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

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

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

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