Html Css Color HEX #274E77 Venice Blue

📋 copy color: '#274E77'

red 39 ◦ green 78 ◦ blue 119

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

Shades of Venice Blue #274E77

Tints of Venice Blue #274E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 16.53%
G = 33.05%
B = 50.42%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#274E77 (or 0x274E77) is known color: Venice Blue. HEX triplet: 27, 4E and 77. RGB value is (39,78,119). Sum of RGB (Red+Green+Blue) = 39+78+119=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #274E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E77 is #D8B188. Grayscale: #464646. Windows color (decimal): -14201225 or 7818791. OLE color: 7818791.

HSL color Cylindrical-coordinate representation of color #274E77: hue angle of 210.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274E77 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 78 119 -
CMYK 0.67 0.34 0 0.53
HSL 210.75º 0.51% 0.31% -
HSV(B) 210.75º 0.67% 0.47% -
XYZ 6.89 7.21 18.48 -
YUV 71.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 39 78 119 0.67 0.34 0 0.53 210.75 0.51 0.31
Hex 27 4E 77 43 22 0 35 D3 33 1F
Octal 47 116 167 103 42 0 65 323 63 37
Binary 100111 1001110 1110111 1000011 100010 0 110101 11010011 110011 11111

Color Harmonies of #274E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274E77

Black with #274E77

Text Example


Text Example

White with #274E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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