#275377

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

Shades of Venice Blue #275377

Tints of Venice Blue #275377

Color information

#275377 (or 0x275377) is unknown color: approx Venice Blue. HEX triplet: 27, 53 and 77. RGB value is (39,83,119). Sum of RGB (Red+Green+Blue) = 39+83+119=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #275377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275377 is #D8AC88. Grayscale: #494949. Windows color (decimal): -14199945 or 7820071. OLE color: 7820071.

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

Color convert

RGB3983119-
CMYK0.670.3000.53
HSL207º50.63%30.98%-
HSV(B)207º67.23%46.67%-
XYZ7.267.9518.6-
YUV73.95153.42103.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=16.18%
G=34.44%
B=49.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39831190.670.3000.5320750.6330.98
Hex275377431E035cf331f
Octal47123167103360653176337
Binary1001111010011111011110000111111001101011100111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275377; }

 p { color: rgb(39,83,119); }

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

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

 a { background-color: rgb(39,83,119); }

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

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

 span { border-color: rgb(39,83,119); }

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