#254C6D

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

Shades of Venice Blue #254C6D

Tints of Venice Blue #254C6D

Color information

#254C6D (or 0x254C6D) is unknown color: approx Venice Blue. HEX triplet: 25, 4C and 6D. RGB value is (37,76,109). Sum of RGB (Red+Green+Blue) = 37+76+109=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #254C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C6D is #DAB392. Grayscale: #434343. Windows color (decimal): -14332819 or 7162917. OLE color: 7162917.

HSL color Cylindrical-coordinate representation of color #254C6D: hue angle of 207.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #254C6D is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3776109-
CMYK0.660.3000.57
HSL207.5º49.32%28.63%-
HSV(B)207.5º66.06%42.75%-
XYZ6.116.6715.43-
YUV68.1151.08105.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=16.67%
G=34.23%
B=49.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37761090.660.3000.57207.549.3228.63
Hex254C6D421E039d0311d
Octal45114155102360713206135
Binary1001011001100110110110000101111001110011101000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254C6D; }

 p { color: rgb(37,76,109); }

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

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

 a { background-color: rgb(37,76,109); }

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

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

 span { border-color: rgb(37,76,109); }

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