Html Css Color HEX #274C78 Venice Blue

📋 copy color: '#274C78'

red 39 ◦ green 76 ◦ blue 120

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

Shades of Venice Blue #274C78

Tints of Venice Blue #274C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.06%

R = 16.6%
G = 32.34%
B = 51.06%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#274C78 (or 0x274C78) is known color: Venice Blue. HEX triplet: 27, 4C and 78. RGB value is (39,76,120). Sum of RGB (Red+Green+Blue) = 39+76+120=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #274C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C78 is #D8B387. Grayscale: #454545. Windows color (decimal): -14201736 or 7883815. OLE color: 7883815.

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

Color convert

RGB 39 76 120 -
CMYK 0.67 0.37 0 0.53
HSL 212.59º 0.51% 0.31% -
HSV(B) 212.59º 0.68% 0.47% -
XYZ 6.81 6.96 18.75 -
YUV 69.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 39 76 120 0.67 0.37 0 0.53 212.59 0.51 0.31
Hex 27 4C 78 43 25 0 35 D5 33 1F
Octal 47 114 170 103 45 0 65 325 63 37
Binary 100111 1001100 1111000 1000011 100101 0 110101 11010101 110011 11111

Color Harmonies of #274C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C78

Black with #274C78

Text Example


Text Example

White with #274C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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