#254B75

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

Shades of Venice Blue #254B75

Tints of Venice Blue #254B75

Color information

#254B75 (or 0x254B75) is unknown color: approx Venice Blue. HEX triplet: 25, 4B and 75. RGB value is (37,75,117). Sum of RGB (Red+Green+Blue) = 37+75+117=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #254B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B75 is #DAB48A. Grayscale: #444444. Windows color (decimal): -14333067 or 7686949. OLE color: 7686949.

HSL color Cylindrical-coordinate representation of color #254B75: hue angle of 211.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254B75 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3775117-
CMYK0.680.3600.54
HSL211.5º51.95%30.2%-
HSV(B)211.5º68.38%45.88%-
XYZ6.496.7117.78-
YUV68.43155.41105.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=16.16%
G=32.75%
B=51.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37751170.680.3600.54211.551.9530.2
Hex254B754424036d4341e
Octal45113165104440663246436
Binary10010110010111110101100010010010001101101101010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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