Html Css Color HEX #254773 Venice Blue

📋 copy color: '#254773'

red 37 ◦ green 71 ◦ blue 115

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

Shades of Venice Blue #254773

Tints of Venice Blue #254773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.57%

R = 16.59%
G = 31.84%
B = 51.57%

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

#254773 (or 0x254773) is known color: Venice Blue. HEX triplet: 25, 47 and 73. RGB value is (37,71,115). Sum of RGB (Red+Green+Blue) = 37+71+115=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #254773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254773 is #DAB88C. Grayscale: #414141. Windows color (decimal): -14334093 or 7554853. OLE color: 7554853.

HSL color Cylindrical-coordinate representation of color #254773: hue angle of 213.85º 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 #254773 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 71 115 -
CMYK 0.68 0.38 0 0.55
HSL 213.85º 0.51% 0.3% -
HSV(B) 213.85º 0.68% 0.45% -
XYZ 6.11 6.14 17.08 -
YUV 65.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 37 71 115 0.68 0.38 0 0.55 213.85 0.51 0.3
Hex 25 47 73 44 26 0 37 D6 33 1E
Octal 45 107 163 104 46 0 67 326 63 36
Binary 100101 1000111 1110011 1000100 100110 0 110111 11010110 110011 11110

Color Harmonies of #254773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254773

Black with #254773

Text Example


Text Example

White with #254773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254773; }

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

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

background-color css

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

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

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

border-color css

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

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

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