Html Css Color HEX #274A71 Venice Blue

📋 copy color: '#274A71'

red 39 ◦ green 74 ◦ blue 113

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

Shades of Venice Blue #274A71

Tints of Venice Blue #274A71

RGB

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

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

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

R = 17.26%
G = 32.74%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#274A71 (or 0x274A71) is known color: Venice Blue. HEX triplet: 27, 4A and 71. RGB value is (39,74,113). Sum of RGB (Red+Green+Blue) = 39+74+113=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #274A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A71 is #D8B58E. Grayscale: #434343. Windows color (decimal): -14202255 or 7424551. OLE color: 7424551.

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

Color convert

RGB 39 74 113 -
CMYK 0.65 0.35 0 0.56
HSL 211.62º 0.49% 0.3% -
HSV(B) 211.62º 0.65% 0.44% -
XYZ 6.27 6.52 16.55 -
YUV 67.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 39 74 113 0.65 0.35 0 0.56 211.62 0.49 0.3
Hex 27 4A 71 41 23 0 38 D4 31 1E
Octal 47 112 161 101 43 0 70 324 61 36
Binary 100111 1001010 1110001 1000001 100011 0 111000 11010100 110001 11110

Color Harmonies of #274A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274A71

Black with #274A71

Text Example


Text Example

White with #274A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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