#255175

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

Shades of Venice Blue #255175

Tints of Venice Blue #255175

Color information

#255175 (or 0x255175) is unknown color: approx Venice Blue. HEX triplet: 25, 51 and 75. RGB value is (37,81,117). Sum of RGB (Red+Green+Blue) = 37+81+117=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #255175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255175 is #DAAE8A. Grayscale: #474747. Windows color (decimal): -14331531 or 7688485. OLE color: 7688485.

HSL color Cylindrical-coordinate representation of color #255175: hue angle of 207º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255175 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3781117-
CMYK0.680.3100.54
HSL207º51.95%30.2%-
HSV(B)207º68.38%45.88%-
XYZ6.927.5617.92-
YUV71.95153.42103.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=15.74%
G=34.47%
B=49.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37811170.680.3100.5420751.9530.2
Hex255175441F036cf341e
Octal45121165104370663176436
Binary1001011010001111010110001001111101101101100111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255175; }

 p { color: rgb(37,81,117); }

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

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

 a { background-color: rgb(37,81,117); }

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

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

 span { border-color: rgb(37,81,117); }

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