Html Css Color HEX #274E71 Venice Blue

📋 copy color: '#274E71'

red 39 ◦ green 78 ◦ blue 113

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

Shades of Venice Blue #274E71

Tints of Venice Blue #274E71

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.91%

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

R = 16.96%
G = 33.91%
B = 49.13%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#274E71 (or 0x274E71) is known color: Venice Blue. HEX triplet: 27, 4E and 71. RGB value is (39,78,113). Sum of RGB (Red+Green+Blue) = 39+78+113=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #274E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E71 is #D8B18E. Grayscale: #464646. Windows color (decimal): -14201231 or 7425575. OLE color: 7425575.

HSL color Cylindrical-coordinate representation of color #274E71: hue angle of 208.38º 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 #274E71 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 78 113 -
CMYK 0.65 0.31 0 0.56
HSL 208.38º 0.49% 0.3% -
HSV(B) 208.38º 0.65% 0.44% -
XYZ 6.54 7.07 16.64 -
YUV 70.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 39 78 113 0.65 0.31 0 0.56 208.38 0.49 0.3
Hex 27 4E 71 41 1F 0 38 D0 31 1E
Octal 47 116 161 101 37 0 70 320 61 36
Binary 100111 1001110 1110001 1000001 11111 0 111000 11010000 110001 11110

Color Harmonies of #274E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274E71

Black with #274E71

Text Example


Text Example

White with #274E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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