Html Css Color HEX #274671 Venice Blue

📋 copy color: '#274671'

red 39 ◦ green 70 ◦ blue 113

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

Shades of Venice Blue #274671

Tints of Venice Blue #274671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 17.57%
G = 31.53%
B = 50.9%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#274671 (or 0x274671) is known color: Venice Blue. HEX triplet: 27, 46 and 71. RGB value is (39,70,113). Sum of RGB (Red+Green+Blue) = 39+70+113=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #274671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274671 is #D8B98E. Grayscale: #414141. Windows color (decimal): -14203279 or 7423527. OLE color: 7423527.

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

Color convert

RGB 39 70 113 -
CMYK 0.65 0.38 0 0.56
HSL 214.86º 0.49% 0.3% -
HSV(B) 214.86º 0.65% 0.44% -
XYZ 6.01 6 16.47 -
YUV 65.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 39 70 113 0.65 0.38 0 0.56 214.86 0.49 0.3
Hex 27 46 71 41 26 0 38 D7 31 1E
Octal 47 106 161 101 46 0 70 327 61 36
Binary 100111 1000110 1110001 1000001 100110 0 111000 11010111 110001 11110

Color Harmonies of #274671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274671

Black with #274671

Text Example


Text Example

White with #274671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274671; }

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

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

background-color css

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

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

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

border-color css

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

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

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