#284269

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

Shades of Catalina Blue #284269

Tints of Catalina Blue #284269

Color information

#284269 (or 0x284269) is unknown color: approx Catalina Blue. HEX triplet: 28, 42 and 69. RGB value is (40,66,105). Sum of RGB (Red+Green+Blue) = 40+66+105=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #284269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284269 is #D7BD96. Grayscale: #3E3E3E. Windows color (decimal): -14138775 or 6898216. OLE color: 6898216.

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

Color convert

RGB4066105-
CMYK0.620.3700.59
HSL216º44.83%28.43%-
HSV(B)216º61.9%41.18%-
XYZ5.375.3714.12-
YUV62.67151.89111.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=18.96%
G=31.28%
B=49.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40661050.620.3700.5921644.8328.43
Hex2842693E2503Bd82d1c
Octal5010215176450733305534
Binary1010001000010110100111111010010101110111101100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284269; }

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

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

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

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

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

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

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

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