Html Css Color HEX #274D71 Venice Blue

📋 copy color: '#274D71'

red 39 ◦ green 77 ◦ blue 113

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

Shades of Venice Blue #274D71

Tints of Venice Blue #274D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.34%

R = 17.03%
G = 33.62%
B = 49.34%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#274D71 (or 0x274D71) is known color: Venice Blue. HEX triplet: 27, 4D and 71. RGB value is (39,77,113). Sum of RGB (Red+Green+Blue) = 39+77+113=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #274D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D71 is #D8B28E. Grayscale: #454545. Windows color (decimal): -14201487 or 7425319. OLE color: 7425319.

HSL color Cylindrical-coordinate representation of color #274D71: hue angle of 209.19º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #274D71 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 77 113 -
CMYK 0.65 0.32 0 0.56
HSL 209.19º 0.49% 0.3% -
HSV(B) 209.19º 0.65% 0.44% -
XYZ 6.47 6.93 16.62 -
YUV 69.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 39 77 113 0.65 0.32 0 0.56 209.19 0.49 0.3
Hex 27 4D 71 41 20 0 38 D1 31 1E
Octal 47 115 161 101 40 0 70 321 61 36
Binary 100111 1001101 1110001 1000001 100000 0 111000 11010001 110001 11110

Color Harmonies of #274D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D71

Black with #274D71

Text Example


Text Example

White with #274D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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