#255079

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

Shades of Venice Blue #255079

Tints of Venice Blue #255079

Color information

#255079 (or 0x255079) is unknown color: approx Venice Blue. HEX triplet: 25, 50 and 79. RGB value is (37,80,121). Sum of RGB (Red+Green+Blue) = 37+80+121=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #255079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255079 is #DAAF86. Grayscale: #474747. Windows color (decimal): -14331783 or 7950373. OLE color: 7950373.

HSL color Cylindrical-coordinate representation of color #255079: hue angle of 209.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255079 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3780121-
CMYK0.690.3400.53
HSL209.29º53.16%30.98%-
HSV(B)209.29º69.42%47.45%-
XYZ7.087.5119.17-
YUV71.82155.75103.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.55%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 121 (47.66% from 255) = 50.84%
R=15.55%
G=33.61%
B=50.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37801210.690.3400.53209.2953.1630.98
Hex2550794522035d1351f
Octal45120171105420653216537
Binary10010110100001111001100010110001001101011101000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255079; }

 p { color: rgb(37,80,121); }

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

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

 a { background-color: rgb(37,80,121); }

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

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

 span { border-color: rgb(37,80,121); }

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