#255478

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

Shades of Venice Blue #255478

Tints of Venice Blue #255478

Color information

#255478 (or 0x255478) is unknown color: approx Venice Blue. HEX triplet: 25, 54 and 78. RGB value is (37,84,120). Sum of RGB (Red+Green+Blue) = 37+84+120=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #255478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255478 is #DAAB87. Grayscale: #494949. Windows color (decimal): -14330760 or 7885861. OLE color: 7885861.

HSL color Cylindrical-coordinate representation of color #255478: hue angle of 206.02º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255478 is Cyan = 0.69, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3784120-
CMYK0.690.300.53
HSL206.02º52.87%30.78%-
HSV(B)206.02º69.17%47.06%-
XYZ7.328.0918.94-
YUV74.05153.93101.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.35%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=15.35%
G=34.85%
B=49.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37841200.690.300.53206.0252.8730.78
Hex255478451E035ce351f
Octal45124170105360653166537
Binary1001011010100111100010001011111001101011100111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255478; }

 p { color: rgb(37,84,120); }

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

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

 a { background-color: rgb(37,84,120); }

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

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

 span { border-color: rgb(37,84,120); }

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