Html Css Color HEX #274874 Venice Blue

📋 copy color: '#274874'

red 39 ◦ green 72 ◦ blue 116

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

Shades of Venice Blue #274874

Tints of Venice Blue #274874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.72%

 BLUE value IS 116 (45.7% from 255) = 51.1%

R = 17.18%
G = 31.72%
B = 51.1%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#274874 (or 0x274874) is known color: Venice Blue. HEX triplet: 27, 48 and 74. RGB value is (39,72,116). Sum of RGB (Red+Green+Blue) = 39+72+116=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #274874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274874 is #D8B78B. Grayscale: #424242. Windows color (decimal): -14202764 or 7620647. OLE color: 7620647.

HSL color Cylindrical-coordinate representation of color #274874: hue angle of 214.29º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274874 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 72 116 -
CMYK 0.66 0.38 0 0.55
HSL 214.29º 0.5% 0.3% -
HSV(B) 214.29º 0.66% 0.45% -
XYZ 6.31 6.33 17.41 -
YUV 67.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 39 72 116 0.66 0.38 0 0.55 214.29 0.5 0.3
Hex 27 48 74 42 26 0 37 D6 32 1E
Octal 47 110 164 102 46 0 67 326 62 36
Binary 100111 1001000 1110100 1000010 100110 0 110111 11010110 110010 11110

Color Harmonies of #274874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274874

Black with #274874

Text Example


Text Example

White with #274874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274874; }

 p { color: rgb(39,72,116); }

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

background-color css

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

 a { background-color: rgb(39,72,116); }

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

border-color css

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

 span { border-color: rgb(39,72,116); }

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