#255274

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

Shades of Venice Blue #255274

Tints of Venice Blue #255274

Color information

#255274 (or 0x255274) is unknown color: approx Venice Blue. HEX triplet: 25, 52 and 74. RGB value is (37,82,116). Sum of RGB (Red+Green+Blue) = 37+82+116=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #255274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255274 is #DAAD8B. Grayscale: #484848. Windows color (decimal): -14331276 or 7623205. OLE color: 7623205.

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

Color convert

RGB3782116-
CMYK0.680.2900.55
HSL205.82º51.63%30%-
HSV(B)205.82º68.1%45.49%-
XYZ6.937.6917.64-
YUV72.42152.59102.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 116 (45.70% from 255) = 49.36%
R=15.74%
G=34.89%
B=49.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37821160.680.2900.55205.8251.6330
Hex255274441D037ce341e
Octal45122164104350673166436
Binary1001011010010111010010001001110101101111100111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255274; }

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

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

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

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

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

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

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

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