#254B76

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

Shades of Venice Blue #254B76

Tints of Venice Blue #254B76

Color information

#254B76 (or 0x254B76) is unknown color: approx Venice Blue. HEX triplet: 25, 4B and 76. RGB value is (37,75,118). Sum of RGB (Red+Green+Blue) = 37+75+118=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #254B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B76 is #DAB489. Grayscale: #444444. Windows color (decimal): -14333066 or 7752485. OLE color: 7752485.

HSL color Cylindrical-coordinate representation of color #254B76: hue angle of 211.85º 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 #254B76 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3775118-
CMYK0.690.3600.54
HSL211.85º52.26%30.39%-
HSV(B)211.85º68.64%46.27%-
XYZ6.556.7318.09-
YUV68.54155.91105.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=16.09%
G=32.61%
B=51.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37751180.690.3600.54211.8552.2630.39
Hex254B764524036d4341e
Octal45113166105440663246436
Binary10010110010111110110100010110010001101101101010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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