Html Css Color HEX #254D76 Venice Blue

📋 copy color: '#254D76'

red 37 ◦ green 77 ◦ blue 118

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

Shades of Venice Blue #254D76

Tints of Venice Blue #254D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 15.95%
G = 33.19%
B = 50.86%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#254D76 (or 0x254D76) is known color: Venice Blue. HEX triplet: 25, 4D and 76. RGB value is (37,77,118). Sum of RGB (Red+Green+Blue) = 37+77+118=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #254D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D76 is #DAB289. Grayscale: #454545. Windows color (decimal): -14332554 or 7752997. OLE color: 7752997.

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

Color convert

RGB 37 77 118 -
CMYK 0.69 0.35 0 0.54
HSL 210.37º 0.52% 0.3% -
HSV(B) 210.37º 0.69% 0.46% -
XYZ 6.69 7.01 18.14 -
YUV 69.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 37 77 118 0.69 0.35 0 0.54 210.37 0.52 0.3
Hex 25 4D 76 45 23 0 36 D2 34 1E
Octal 45 115 166 105 43 0 66 322 64 36
Binary 100101 1001101 1110110 1000101 100011 0 110110 11010010 110100 11110

Color Harmonies of #254D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D76

Black with #254D76

Text Example


Text Example

White with #254D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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