Html Css Color HEX #254C77 Venice Blue

📋 copy color: '#254C77'

red 37 ◦ green 76 ◦ blue 119

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

Shades of Venice Blue #254C77

Tints of Venice Blue #254C77

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.76%

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

R = 15.95%
G = 32.76%
B = 51.29%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#254C77 (or 0x254C77) is known color: Venice Blue. HEX triplet: 25, 4C and 77. RGB value is (37,76,119). Sum of RGB (Red+Green+Blue) = 37+76+119=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #254C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C77 is #DAB388. Grayscale: #454545. Windows color (decimal): -14332809 or 7818277. OLE color: 7818277.

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

Color convert

RGB 37 76 119 -
CMYK 0.69 0.36 0 0.53
HSL 211.46º 0.53% 0.31% -
HSV(B) 211.46º 0.69% 0.47% -
XYZ 6.68 6.89 18.43 -
YUV 69.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 37 76 119 0.69 0.36 0 0.53 211.46 0.53 0.31
Hex 25 4C 77 45 24 0 35 D3 35 1F
Octal 45 114 167 105 44 0 65 323 65 37
Binary 100101 1001100 1110111 1000101 100100 0 110101 11010011 110101 11111

Color Harmonies of #254C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C77

Black with #254C77

Text Example


Text Example

White with #254C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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