Html Css Color HEX #274E72 Venice Blue

📋 copy color: '#274E72'

red 39 ◦ green 78 ◦ blue 114

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

Shades of Venice Blue #274E72

Tints of Venice Blue #274E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 16.88%
G = 33.77%
B = 49.35%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#274E72 (or 0x274E72) is known color: Venice Blue. HEX triplet: 27, 4E and 72. RGB value is (39,78,114). Sum of RGB (Red+Green+Blue) = 39+78+114=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #274E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E72 is #D8B18D. Grayscale: #464646. Windows color (decimal): -14201230 or 7491111. OLE color: 7491111.

HSL color Cylindrical-coordinate representation of color #274E72: hue angle of 208.8º degrees, saturation: 0.49, 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 #274E72 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 78 114 -
CMYK 0.66 0.32 0 0.55
HSL 208.8º 0.49% 0.3% -
HSV(B) 208.8º 0.66% 0.45% -
XYZ 6.6 7.1 16.94 -
YUV 70.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 39 78 114 0.66 0.32 0 0.55 208.8 0.49 0.3
Hex 27 4E 72 42 20 0 37 D1 31 1E
Octal 47 116 162 102 40 0 67 321 61 36
Binary 100111 1001110 1110010 1000010 100000 0 110111 11010001 110001 11110

Color Harmonies of #274E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274E72

Black with #274E72

Text Example


Text Example

White with #274E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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