#254571

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

Shades of Venice Blue #254571

Tints of Venice Blue #254571

Color information

#254571 (or 0x254571) is unknown color: approx Venice Blue. HEX triplet: 25, 45 and 71. RGB value is (37,69,113). Sum of RGB (Red+Green+Blue) = 37+69+113=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #254571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254571 is #DABA8E. Grayscale: #404040. Windows color (decimal): -14334607 or 7423269. OLE color: 7423269.

HSL color Cylindrical-coordinate representation of color #254571: hue angle of 214.74º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #254571 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3769113-
CMYK0.670.3900.56
HSL214.74º50.67%29.41%-
HSV(B)214.74º67.26%44.31%-
XYZ5.875.8416.44-
YUV64.45155.4108.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=16.89%
G=31.51%
B=51.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37691130.670.3900.56214.7450.6729.41
Hex2545714327038d7331d
Octal45105161103470703276335
Binary10010110001011110001100001110011101110001101011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254571; }

 p { color: rgb(37,69,113); }

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

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

 a { background-color: rgb(37,69,113); }

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

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

 span { border-color: rgb(37,69,113); }

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