#255278

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

Shades of Venice Blue #255278

Tints of Venice Blue #255278

Color information

#255278 (or 0x255278) is unknown color: approx Venice Blue. HEX triplet: 25, 52 and 78. RGB value is (37,82,120). Sum of RGB (Red+Green+Blue) = 37+82+120=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #255278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255278 is #DAAD87. Grayscale: #484848. Windows color (decimal): -14331272 or 7885349. OLE color: 7885349.

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

Color convert

RGB3782120-
CMYK0.690.3200.53
HSL207.47º52.87%30.78%-
HSV(B)207.47º69.17%47.06%-
XYZ7.177.7818.89-
YUV72.88154.59102.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=15.48%
G=34.31%
B=50.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37821200.690.3200.53207.4752.8730.78
Hex2552784520035cf351f
Octal45122170105400653176537
Binary10010110100101111000100010110000001101011100111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255278; }

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

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

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

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

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

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

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

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