Html Css Color HEX #274973 Venice Blue

📋 copy color: '#274973'

red 39 ◦ green 73 ◦ blue 115

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

Shades of Venice Blue #274973

Tints of Venice Blue #274973

RGB

 RED value IS 39 (15.63% from 255) = 17.18%

 GREEN value IS 73 (28.91% from 255) = 32.16%

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

R = 17.18%
G = 32.16%
B = 50.66%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#274973 (or 0x274973) is known color: Venice Blue. HEX triplet: 27, 49 and 73. RGB value is (39,73,115). Sum of RGB (Red+Green+Blue) = 39+73+115=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #274973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274973 is #D8B68C. Grayscale: #434343. Windows color (decimal): -14202509 or 7555367. OLE color: 7555367.

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

Color convert

RGB 39 73 115 -
CMYK 0.66 0.37 0 0.55
HSL 213.16º 0.49% 0.3% -
HSV(B) 213.16º 0.66% 0.45% -
XYZ 6.31 6.43 17.13 -
YUV 67.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 39 73 115 0.66 0.37 0 0.55 213.16 0.49 0.3
Hex 27 49 73 42 25 0 37 D5 31 1E
Octal 47 111 163 102 45 0 67 325 61 36
Binary 100111 1001001 1110011 1000010 100101 0 110111 11010101 110001 11110

Color Harmonies of #274973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274973

Black with #274973

Text Example


Text Example

White with #274973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274973; }

 p { color: rgb(39,73,115); }

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

background-color css

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

 a { background-color: rgb(39,73,115); }

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

border-color css

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

 span { border-color: rgb(39,73,115); }

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