Html Css Color HEX #274D76 Venice Blue

📋 copy color: '#274D76'

red 39 ◦ green 77 ◦ blue 118

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

Shades of Venice Blue #274D76

Tints of Venice Blue #274D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.91%

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

R = 16.67%
G = 32.91%
B = 50.43%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#274D76 (or 0x274D76) is known color: Venice Blue. HEX triplet: 27, 4D and 76. RGB value is (39,77,118). Sum of RGB (Red+Green+Blue) = 39+77+118=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #274D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D76 is #D8B289. Grayscale: #464646. Windows color (decimal): -14201482 or 7752999. OLE color: 7752999.

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

Color convert

RGB 39 77 118 -
CMYK 0.67 0.35 0 0.54
HSL 211.14º 0.5% 0.31% -
HSV(B) 211.14º 0.67% 0.46% -
XYZ 6.76 7.05 18.14 -
YUV 70.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 39 77 118 0.67 0.35 0 0.54 211.14 0.5 0.31
Hex 27 4D 76 43 23 0 36 D3 32 1F
Octal 47 115 166 103 43 0 66 323 62 37
Binary 100111 1001101 1110110 1000011 100011 0 110110 11010011 110010 11111

Color Harmonies of #274D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D76

Black with #274D76

Text Example


Text Example

White with #274D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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