Html Css Color HEX #254D77 Venice Blue

📋 copy color: '#254D77'

red 37 ◦ green 77 ◦ blue 119

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

Shades of Venice Blue #254D77

Tints of Venice Blue #254D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.07%

R = 15.88%
G = 33.05%
B = 51.07%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#254D77 (or 0x254D77) is known color: Venice Blue. HEX triplet: 25, 4D and 77. RGB value is (37,77,119). Sum of RGB (Red+Green+Blue) = 37+77+119=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #254D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D77 is #DAB288. Grayscale: #454545. Windows color (decimal): -14332553 or 7818533. OLE color: 7818533.

HSL color Cylindrical-coordinate representation of color #254D77: hue angle of 210.73º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254D77 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 77 119 -
CMYK 0.69 0.35 0 0.53
HSL 210.73º 0.53% 0.31% -
HSV(B) 210.73º 0.69% 0.47% -
XYZ 6.75 7.03 18.45 -
YUV 69.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 37 77 119 0.69 0.35 0 0.53 210.73 0.53 0.31
Hex 25 4D 77 45 23 0 35 D3 35 1F
Octal 45 115 167 105 43 0 65 323 65 37
Binary 100101 1001101 1110111 1000101 100011 0 110101 11010011 110101 11111

Color Harmonies of #254D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D77

Black with #254D77

Text Example


Text Example

White with #254D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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