Html Css Color HEX #254D73 Venice Blue

📋 copy color: '#254D73'

red 37 ◦ green 77 ◦ blue 115

#254D73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #254D73

Tints of Venice Blue #254D73

RGB

 RED value IS 37 (14.84% from 255) = 16.16%

 GREEN value IS 77 (30.47% from 255) = 33.62%

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 16.16%
G = 33.62%
B = 50.22%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#254D73 (or 0x254D73) is known color: Venice Blue. HEX triplet: 25, 4D and 73. RGB value is (37,77,115). Sum of RGB (Red+Green+Blue) = 37+77+115=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #254D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D73 is #DAB28C. Grayscale: #454545. Windows color (decimal): -14332557 or 7556389. OLE color: 7556389.

HSL color Cylindrical-coordinate representation of color #254D73: hue angle of 209.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254D73 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 77 115 -
CMYK 0.68 0.33 0 0.55
HSL 209.23º 0.51% 0.3% -
HSV(B) 209.23º 0.68% 0.45% -
XYZ 6.51 6.94 17.22 -
YUV 69.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 37 77 115 0.68 0.33 0 0.55 209.23 0.51 0.3
Hex 25 4D 73 44 21 0 37 D1 33 1E
Octal 45 115 163 104 41 0 67 321 63 36
Binary 100101 1001101 1110011 1000100 100001 0 110111 11010001 110011 11110

Color Harmonies of #254D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D73

Black with #254D73

Text Example


Text Example

White with #254D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,77,115); }

 H1.HeaderClassName
 {
   color: #254D73;
 }
 .AnyTagClassName
 {
   color: #254D73;
 }
</style>

background-color css

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

 a { background-color: rgb(37,77,115); }

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

border-color css

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

 span { border-color: rgb(37,77,115); }

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