#254A6D

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

Shades of Venice Blue #254A6D

Tints of Venice Blue #254A6D

Color information

#254A6D (or 0x254A6D) is unknown color: approx Venice Blue. HEX triplet: 25, 4A and 6D. RGB value is (37,74,109). Sum of RGB (Red+Green+Blue) = 37+74+109=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #254A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A6D is #DAB592. Grayscale: #424242. Windows color (decimal): -14333331 or 7162405. OLE color: 7162405.

HSL color Cylindrical-coordinate representation of color #254A6D: hue angle of 209.17º 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 #254A6D is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3774109-
CMYK0.660.3200.57
HSL209.17º49.32%28.63%-
HSV(B)209.17º66.06%42.75%-
XYZ5.976.415.39-
YUV66.93151.74106.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=16.82%
G=33.64%
B=49.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37741090.660.3200.57209.1749.3228.63
Hex254A6D4220039d1311d
Octal45112155102400713216135
Binary10010110010101101101100001010000001110011101000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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