Html Css Color HEX #274A76 Venice Blue

📋 copy color: '#274A76'

red 39 ◦ green 74 ◦ blue 118

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

Shades of Venice Blue #274A76

Tints of Venice Blue #274A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.03%

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

R = 16.88%
G = 32.03%
B = 51.08%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#274A76 (or 0x274A76) is known color: Venice Blue. HEX triplet: 27, 4A and 76. RGB value is (39,74,118). Sum of RGB (Red+Green+Blue) = 39+74+118=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #274A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A76 is #D8B589. Grayscale: #444444. Windows color (decimal): -14202250 or 7752231. OLE color: 7752231.

HSL color Cylindrical-coordinate representation of color #274A76: hue angle of 213.42º 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 #274A76 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 74 118 -
CMYK 0.67 0.37 0 0.54
HSL 213.42º 0.5% 0.31% -
HSV(B) 213.42º 0.67% 0.46% -
XYZ 6.56 6.64 18.08 -
YUV 68.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 39 74 118 0.67 0.37 0 0.54 213.42 0.5 0.31
Hex 27 4A 76 43 25 0 36 D5 32 1F
Octal 47 112 166 103 45 0 66 325 62 37
Binary 100111 1001010 1110110 1000011 100101 0 110110 11010101 110010 11111

Color Harmonies of #274A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274A76

Black with #274A76

Text Example


Text Example

White with #274A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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