Html Css Color HEX #274D77 Venice Blue

📋 copy color: '#274D77'

red 39 ◦ green 77 ◦ blue 119

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

Shades of Venice Blue #274D77

Tints of Venice Blue #274D77

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.77%

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

R = 16.6%
G = 32.77%
B = 50.64%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#274D77 (or 0x274D77) is known color: Venice Blue. HEX triplet: 27, 4D and 77. RGB value is (39,77,119). Sum of RGB (Red+Green+Blue) = 39+77+119=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #274D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D77 is #D8B288. Grayscale: #464646. Windows color (decimal): -14201481 or 7818535. OLE color: 7818535.

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

Color convert

RGB 39 77 119 -
CMYK 0.67 0.35 0 0.53
HSL 211.5º 0.51% 0.31% -
HSV(B) 211.5º 0.67% 0.47% -
XYZ 6.82 7.07 18.46 -
YUV 70.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 39 77 119 0.67 0.35 0 0.53 211.5 0.51 0.31
Hex 27 4D 77 43 23 0 35 D4 33 1F
Octal 47 115 167 103 43 0 65 324 63 37
Binary 100111 1001101 1110111 1000011 100011 0 110101 11010100 110011 11111

Color Harmonies of #274D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D77

Black with #274D77

Text Example


Text Example

White with #274D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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