#255174

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

Shades of Venice Blue #255174

Tints of Venice Blue #255174

Color information

#255174 (or 0x255174) is unknown color: approx Venice Blue. HEX triplet: 25, 51 and 74. RGB value is (37,81,116). Sum of RGB (Red+Green+Blue) = 37+81+116=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #255174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255174 is #DAAE8B. Grayscale: #474747. Windows color (decimal): -14331532 or 7622949. OLE color: 7622949.

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

Color convert

RGB3781116-
CMYK0.680.3000.55
HSL206.58º51.63%30%-
HSV(B)206.58º68.1%45.49%-
XYZ6.867.5417.62-
YUV71.83152.92103.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 116 (45.70% from 255) = 49.57%
R=15.81%
G=34.62%
B=49.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37811160.680.3000.55206.5851.6330
Hex255174441E037cf341e
Octal45121164104360673176436
Binary1001011010001111010010001001111001101111100111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255174; }

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

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

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

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

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

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

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

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