#255172

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

Shades of Venice Blue #255172

Tints of Venice Blue #255172

Color information

#255172 (or 0x255172) is unknown color: approx Venice Blue. HEX triplet: 25, 51 and 72. RGB value is (37,81,114). Sum of RGB (Red+Green+Blue) = 37+81+114=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #255172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255172 is #DAAE8D. Grayscale: #474747. Windows color (decimal): -14331534 or 7491877. OLE color: 7491877.

HSL color Cylindrical-coordinate representation of color #255172: hue angle of 205.71º degrees, saturation: 0.51, 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 #255172 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3781114-
CMYK0.680.2900.55
HSL205.71º50.99%29.61%-
HSV(B)205.71º67.54%44.71%-
XYZ6.747.4917.01-
YUV71.61151.92103.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=15.95%
G=34.91%
B=49.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37811140.680.2900.55205.7150.9929.61
Hex255172441D037ce331e
Octal45121162104350673166336
Binary1001011010001111001010001001110101101111100111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255172; }

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

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

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

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

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

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

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

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