#255276

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

Shades of Venice Blue #255276

Tints of Venice Blue #255276

Color information

#255276 (or 0x255276) is unknown color: approx Venice Blue. HEX triplet: 25, 52 and 76. RGB value is (37,82,118). Sum of RGB (Red+Green+Blue) = 37+82+118=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #255276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255276 is #DAAD89. Grayscale: #484848. Windows color (decimal): -14331274 or 7754277. OLE color: 7754277.

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

Color convert

RGB3782118-
CMYK0.690.3100.54
HSL206.67º52.26%30.39%-
HSV(B)206.67º68.64%46.27%-
XYZ7.057.7418.26-
YUV72.65153.59102.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.61%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=15.61%
G=34.60%
B=49.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37821180.690.3100.54206.6752.2630.39
Hex255276451F036cf341e
Octal45122166105370663176436
Binary1001011010010111011010001011111101101101100111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255276; }

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

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

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

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

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

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

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

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