#255075

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

Shades of Venice Blue #255075

Tints of Venice Blue #255075

Color information

#255075 (or 0x255075) is unknown color: approx Venice Blue. HEX triplet: 25, 50 and 75. RGB value is (37,80,117). Sum of RGB (Red+Green+Blue) = 37+80+117=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #255075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255075 is #DAAF8A. Grayscale: #474747. Windows color (decimal): -14331787 or 7688229. OLE color: 7688229.

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

Color convert

RGB3780117-
CMYK0.680.3200.54
HSL207.75º51.95%30.2%-
HSV(B)207.75º68.38%45.88%-
XYZ6.847.4117.9-
YUV71.36153.75103.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 117 (46.09% from 255) = 50%
R=15.81%
G=34.19%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37801170.680.3200.54207.7551.9530.2
Hex2550754420036d0341e
Octal45120165104400663206436
Binary10010110100001110101100010010000001101101101000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255075; }

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

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

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

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

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

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

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

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