#284062

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

Shades of Catalina Blue #284062

Tints of Catalina Blue #284062

Color information

#284062 (or 0x284062) is unknown color: approx Catalina Blue. HEX triplet: 28, 40 and 62. RGB value is (40,64,98). Sum of RGB (Red+Green+Blue) = 40+64+98=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #284062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284062 is #D7BF9D. Grayscale: #3C3C3C. Windows color (decimal): -14139294 or 6438952. OLE color: 6438952.

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

Color convert

RGB406498-
CMYK0.590.3500.62
HSL215.17º42.03%27.06%-
HSV(B)215.17º59.18%38.43%-
XYZ4.91512.26-
YUV60.7149.05113.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=19.80%
G=31.68%
B=48.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4064980.590.3500.62215.1742.0327.06
Hex2840623B2303Ed72a1b
Octal5010014273430763275233
Binary1010001000000110001011101110001101111101101011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284062; }

 p { color: rgb(40,64,98); }

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

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

 a { background-color: rgb(40,64,98); }

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

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

 span { border-color: rgb(40,64,98); }

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