Html Css Color HEX #254F77 Venice Blue

📋 copy color: '#254F77'

red 37 ◦ green 79 ◦ blue 119

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

Shades of Venice Blue #254F77

Tints of Venice Blue #254F77

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.62%

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

R = 15.74%
G = 33.62%
B = 50.64%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#254F77 (or 0x254F77) is known color: Venice Blue. HEX triplet: 25, 4F and 77. RGB value is (37,79,119). Sum of RGB (Red+Green+Blue) = 37+79+119=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #254F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F77 is #DAB088. Grayscale: #464646. Windows color (decimal): -14332041 or 7819045. OLE color: 7819045.

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

Color convert

RGB 37 79 119 -
CMYK 0.69 0.34 0 0.53
HSL 209.27º 0.53% 0.31% -
HSV(B) 209.27º 0.69% 0.47% -
XYZ 6.89 7.32 18.5 -
YUV 71 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 37 79 119 0.69 0.34 0 0.53 209.27 0.53 0.31
Hex 25 4F 77 45 22 0 35 D1 35 1F
Octal 45 117 167 105 42 0 65 321 65 37
Binary 100101 1001111 1110111 1000101 100010 0 110101 11010001 110101 11111

Color Harmonies of #254F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F77

Black with #254F77

Text Example


Text Example

White with #254F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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