#284569

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

Shades of Catalina Blue #284569

Tints of Catalina Blue #284569

Color information

#284569 (or 0x284569) is unknown color: approx Catalina Blue. HEX triplet: 28, 45 and 69. RGB value is (40,69,105). Sum of RGB (Red+Green+Blue) = 40+69+105=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #284569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284569 is #D7BA96. Grayscale: #404040. Windows color (decimal): -14138007 or 6898984. OLE color: 6898984.

HSL color Cylindrical-coordinate representation of color #284569: hue angle of 213.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #284569 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4069105-
CMYK0.620.3400.59
HSL213.23º44.83%28.43%-
HSV(B)213.23º61.9%41.18%-
XYZ5.555.7314.18-
YUV64.43150.89110.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=18.69%
G=32.24%
B=49.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40691050.620.3400.59213.2344.8328.43
Hex2845693E2203Bd52d1c
Octal5010515176420733255534
Binary1010001000101110100111111010001001110111101010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284569; }

 p { color: rgb(40,69,105); }

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

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

 a { background-color: rgb(40,69,105); }

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

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

 span { border-color: rgb(40,69,105); }

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