Html Css Color HEX #274C77 Venice Blue

📋 copy color: '#274C77'

red 39 ◦ green 76 ◦ blue 119

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

Shades of Venice Blue #274C77

Tints of Venice Blue #274C77

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

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

R = 16.67%
G = 32.48%
B = 50.85%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#274C77 (or 0x274C77) is known color: Venice Blue. HEX triplet: 27, 4C and 77. RGB value is (39,76,119). Sum of RGB (Red+Green+Blue) = 39+76+119=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #274C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C77 is #D8B388. Grayscale: #454545. Windows color (decimal): -14201737 or 7818279. OLE color: 7818279.

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

Color convert

RGB 39 76 119 -
CMYK 0.67 0.36 0 0.53
HSL 212.25º 0.51% 0.31% -
HSV(B) 212.25º 0.67% 0.47% -
XYZ 6.75 6.93 18.43 -
YUV 69.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 39 76 119 0.67 0.36 0 0.53 212.25 0.51 0.31
Hex 27 4C 77 43 24 0 35 D4 33 1F
Octal 47 114 167 103 44 0 65 324 63 37
Binary 100111 1001100 1110111 1000011 100100 0 110101 11010100 110011 11111

Color Harmonies of #274C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C77

Black with #274C77

Text Example


Text Example

White with #274C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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