Html Css Color HEX #274976 Venice Blue

📋 copy color: '#274976'

red 39 ◦ green 73 ◦ blue 118

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

Shades of Venice Blue #274976

Tints of Venice Blue #274976

RGB

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

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

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

R = 16.96%
G = 31.74%
B = 51.3%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#274976 (or 0x274976) is known color: Venice Blue. HEX triplet: 27, 49 and 76. RGB value is (39,73,118). Sum of RGB (Red+Green+Blue) = 39+73+118=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #274976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274976 is #D8B689. Grayscale: #434343. Windows color (decimal): -14202506 or 7751975. OLE color: 7751975.

HSL color Cylindrical-coordinate representation of color #274976: hue angle of 214.18º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274976 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 73 118 -
CMYK 0.67 0.38 0 0.54
HSL 214.18º 0.5% 0.31% -
HSV(B) 214.18º 0.67% 0.46% -
XYZ 6.49 6.5 18.05 -
YUV 67.96 156.24 107.34 -
System Red Green Blue C M Y K H S L
Decimal 39 73 118 0.67 0.38 0 0.54 214.18 0.5 0.31
Hex 27 49 76 43 26 0 36 D6 32 1F
Octal 47 111 166 103 46 0 66 326 62 37
Binary 100111 1001001 1110110 1000011 100110 0 110110 11010110 110010 11111

Color Harmonies of #274976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274976

Black with #274976

Text Example


Text Example

White with #274976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274976; }

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

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

background-color css

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

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

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

border-color css

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

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

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