#284565

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

Shades of Catalina Blue #284565

Tints of Catalina Blue #284565

Color information

#284565 (or 0x284565) is unknown color: approx Catalina Blue. HEX triplet: 28, 45 and 65. RGB value is (40,69,101). Sum of RGB (Red+Green+Blue) = 40+69+101=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #284565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284565 is #D7BA9A. Grayscale: #3F3F3F. Windows color (decimal): -14138011 or 6636840. OLE color: 6636840.

HSL color Cylindrical-coordinate representation of color #284565: hue angle of 211.48º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #284565 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4069101-
CMYK0.600.3200.60
HSL211.48º43.26%27.65%-
HSV(B)211.48º60.4%39.61%-
XYZ5.355.6513.12-
YUV63.98148.89110.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=19.05%
G=32.86%
B=48.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40691010.600.3200.60211.4843.2627.65
Hex2845653C2003Cd32b1c
Octal5010514574400743235334
Binary1010001000101110010111110010000001111001101001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284565; }

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

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

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

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

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

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

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

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