#284C6C

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

Shades of Venice Blue #284C6C

Tints of Venice Blue #284C6C

Color information

#284C6C (or 0x284C6C) is unknown color: approx Venice Blue. HEX triplet: 28, 4C and 6C. RGB value is (40,76,108). Sum of RGB (Red+Green+Blue) = 40+76+108=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #284C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C6C is #D7B393. Grayscale: #444444. Windows color (decimal): -14136212 or 7097384. OLE color: 7097384.

HSL color Cylindrical-coordinate representation of color #284C6C: hue angle of 208.24º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #284C6C is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4076108-
CMYK0.630.3000.58
HSL208.24º45.95%29.02%-
HSV(B)208.24º62.96%42.35%-
XYZ6.176.715.16-
YUV68.88150.07107.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=17.86%
G=33.93%
B=48.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40761080.630.3000.58208.2445.9529.02
Hex284C6C3F1E03Ad02e1d
Octal5011415477360723205635
Binary101000100110011011001111111111001110101101000010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284C6C; }

 p { color: rgb(40,76,108); }

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

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

 a { background-color: rgb(40,76,108); }

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

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

 span { border-color: rgb(40,76,108); }

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