#255275

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

Shades of Venice Blue #255275

Tints of Venice Blue #255275

Color information

#255275 (or 0x255275) is unknown color: approx Venice Blue. HEX triplet: 25, 52 and 75. RGB value is (37,82,117). Sum of RGB (Red+Green+Blue) = 37+82+117=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #255275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255275 is #DAAD8A. Grayscale: #484848. Windows color (decimal): -14331275 or 7688741. OLE color: 7688741.

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

Color convert

RGB3782117-
CMYK0.680.3000.54
HSL206.25º51.95%30.2%-
HSV(B)206.25º68.38%45.88%-
XYZ6.997.7117.95-
YUV72.54153.09102.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=15.68%
G=34.75%
B=49.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37821170.680.3000.54206.2551.9530.2
Hex255275441E036ce341e
Octal45122165104360663166436
Binary1001011010010111010110001001111001101101100111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255275; }

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

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

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

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

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

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

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

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