#255273

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

Shades of Venice Blue #255273

Tints of Venice Blue #255273

Color information

#255273 (or 0x255273) is unknown color: approx Venice Blue. HEX triplet: 25, 52 and 73. RGB value is (37,82,115). Sum of RGB (Red+Green+Blue) = 37+82+115=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #255273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255273 is #DAAD8C. Grayscale: #484848. Windows color (decimal): -14331277 or 7557669. OLE color: 7557669.

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

Color convert

RGB3782115-
CMYK0.680.2900.55
HSL205.38º51.32%29.8%-
HSV(B)205.38º67.83%45.1%-
XYZ6.877.6717.34-
YUV72.31152.09102.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=15.81%
G=35.04%
B=49.15%

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
Decimal37821150.680.2900.55205.3851.3229.8
Hex255273441D037cd331e
Octal45122163104350673156336
Binary1001011010010111001110001001110101101111100110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255273; }

 p { color: rgb(37,82,115); }

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

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

 a { background-color: rgb(37,82,115); }

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

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

 span { border-color: rgb(37,82,115); }

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