#284361

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

Shades of Catalina Blue #284361

Tints of Catalina Blue #284361

Color information

#284361 (or 0x284361) is unknown color: approx Catalina Blue. HEX triplet: 28, 43 and 61. RGB value is (40,67,97). Sum of RGB (Red+Green+Blue) = 40+67+97=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #284361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284361 is #D7BC9E. Grayscale: #3E3E3E. Windows color (decimal): -14138527 or 6374184. OLE color: 6374184.

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

Color convert

RGB406797-
CMYK0.590.3100.62
HSL211.58º41.61%26.86%-
HSV(B)211.58º58.76%38.04%-
XYZ5.045.3312.07-
YUV62.35147.55112.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=19.61%
G=32.84%
B=47.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4067970.590.3100.62211.5841.6126.86
Hex2843613B1F03Ed42a1b
Octal5010314173370763245233
Binary101000100001111000011110111111101111101101010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284361; }

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

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

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

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

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

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

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

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