Html Css Color HEX #254776 Venice Blue

📋 copy color: '#254776'

red 37 ◦ green 71 ◦ blue 118

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

Shades of Venice Blue #254776

Tints of Venice Blue #254776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

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

R = 16.37%
G = 31.42%
B = 52.21%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#254776 (or 0x254776) is known color: Venice Blue. HEX triplet: 25, 47 and 76. RGB value is (37,71,118). Sum of RGB (Red+Green+Blue) = 37+71+118=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #254776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254776 is #DAB889. Grayscale: #414141. Windows color (decimal): -14334090 or 7751461. OLE color: 7751461.

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

Color convert

RGB 37 71 118 -
CMYK 0.69 0.40 0 0.54
HSL 214.81º 0.52% 0.3% -
HSV(B) 214.81º 0.69% 0.46% -
XYZ 6.29 6.21 18.01 -
YUV 66.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 37 71 118 0.69 0.40 0 0.54 214.81 0.52 0.3
Hex 25 47 76 45 28 0 36 D7 34 1E
Octal 45 107 166 105 50 0 66 327 64 36
Binary 100101 1000111 1110110 1000101 101000 0 110110 11010111 110100 11110

Color Harmonies of #254776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254776

Black with #254776

Text Example


Text Example

White with #254776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254776; }

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

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

background-color css

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

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

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

border-color css

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

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

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