#255071

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

Shades of Venice Blue #255071

Tints of Venice Blue #255071

Color information

#255071 (or 0x255071) is unknown color: approx Venice Blue. HEX triplet: 25, 50 and 71. RGB value is (37,80,113). Sum of RGB (Red+Green+Blue) = 37+80+113=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #255071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255071 is #DAAF8E. Grayscale: #464646. Windows color (decimal): -14331791 or 7426085. OLE color: 7426085.

HSL color Cylindrical-coordinate representation of color #255071: hue angle of 206.05º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #255071 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3780113-
CMYK0.670.2900.56
HSL206.05º50.67%29.41%-
HSV(B)206.05º67.26%44.31%-
XYZ6.617.3216.69-
YUV70.9151.75103.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=16.09%
G=34.78%
B=49.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37801130.670.2900.56206.0550.6729.41
Hex255071431D038ce331d
Octal45120161103350703166335
Binary1001011010000111000110000111110101110001100111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255071; }

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

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

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

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

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

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

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

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