#275373

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

Shades of Venice Blue #275373

Tints of Venice Blue #275373

Color information

#275373 (or 0x275373) is unknown color: approx Venice Blue. HEX triplet: 27, 53 and 73. RGB value is (39,83,115). Sum of RGB (Red+Green+Blue) = 39+83+115=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #275373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275373 is #D8AC8C. Grayscale: #494949. Windows color (decimal): -14199949 or 7557927. OLE color: 7557927.

HSL color Cylindrical-coordinate representation of color #275373: hue angle of 205.26º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #275373 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3983115-
CMYK0.660.2800.55
HSL205.26º49.35%30.2%-
HSV(B)205.26º66.09%45.1%-
XYZ7.027.8617.37-
YUV73.49151.42103.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.46%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 115 (45.31% from 255) = 48.52%
R=16.46%
G=35.02%
B=48.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39831150.660.2800.55205.2649.3530.2
Hex275373421C037cd311e
Octal47123163102340673156136
Binary1001111010011111001110000101110001101111100110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275373; }

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

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

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

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

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

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

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

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