#254E6E

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

Shades of Venice Blue #254E6E

Tints of Venice Blue #254E6E

Color information

#254E6E (or 0x254E6E) is unknown color: approx Venice Blue. HEX triplet: 25, 4E and 6E. RGB value is (37,78,110). Sum of RGB (Red+Green+Blue) = 37+78+110=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #254E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E6E is #DAB191. Grayscale: #454545. Windows color (decimal): -14332306 or 7228965. OLE color: 7228965.

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

Color convert

RGB3778110-
CMYK0.660.2900.57
HSL206.3º49.66%28.82%-
HSV(B)206.3º66.36%43.14%-
XYZ6.36.9715.76-
YUV69.39150.92104.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=16.44%
G=34.67%
B=48.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37781100.660.2900.57206.349.6628.82
Hex254E6E421D039ce321d
Octal45116156102350713166235
Binary1001011001110110111010000101110101110011100111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,78,110); }

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

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

 a { background-color: rgb(37,78,110); }

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

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

 span { border-color: rgb(37,78,110); }

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