Html Css Color HEX #254772 Venice Blue

📋 copy color: '#254772'

red 37 ◦ green 71 ◦ blue 114

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

Shades of Venice Blue #254772

Tints of Venice Blue #254772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.35%

R = 16.67%
G = 31.98%
B = 51.35%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#254772 (or 0x254772) is known color: Venice Blue. HEX triplet: 25, 47 and 72. RGB value is (37,71,114). Sum of RGB (Red+Green+Blue) = 37+71+114=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #254772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254772 is #DAB88D. Grayscale: #414141. Windows color (decimal): -14334094 or 7489317. OLE color: 7489317.

HSL color Cylindrical-coordinate representation of color #254772: hue angle of 213.51º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254772 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 71 114 -
CMYK 0.68 0.38 0 0.55
HSL 213.51º 0.51% 0.3% -
HSV(B) 213.51º 0.68% 0.45% -
XYZ 6.05 6.11 16.78 -
YUV 65.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 37 71 114 0.68 0.38 0 0.55 213.51 0.51 0.3
Hex 25 47 72 44 26 0 37 D6 33 1E
Octal 45 107 162 104 46 0 67 326 63 36
Binary 100101 1000111 1110010 1000100 100110 0 110111 11010110 110011 11110

Color Harmonies of #254772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254772

Black with #254772

Text Example


Text Example

White with #254772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254772; }

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

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

background-color css

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

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

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

border-color css

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

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

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