#284461

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

Shades of Catalina Blue #284461

Tints of Catalina Blue #284461

Color information

#284461 (or 0x284461) is unknown color: approx Catalina Blue. HEX triplet: 28, 44 and 61. RGB value is (40,68,97). Sum of RGB (Red+Green+Blue) = 40+68+97=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #284461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284461 is #D7BB9E. Grayscale: #3E3E3E. Windows color (decimal): -14138271 or 6374440. OLE color: 6374440.

HSL color Cylindrical-coordinate representation of color #284461: hue angle of 210.53º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #284461 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB406897-
CMYK0.590.3000.62
HSL210.53º41.61%26.86%-
HSV(B)210.53º58.76%38.04%-
XYZ5.15.4512.09-
YUV62.93147.22111.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=19.51%
G=33.17%
B=47.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4068970.590.3000.62210.5341.6126.86
Hex2844613B1E03Ed32a1b
Octal5010414173360763235233
Binary101000100010011000011110111111001111101101001110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284461; }

 p { color: rgb(40,68,97); }

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

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

 a { background-color: rgb(40,68,97); }

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

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

 span { border-color: rgb(40,68,97); }

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