#274E75

Color #274E75 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #274E75

Tints of Venice Blue #274E75

Color information

#274E75 (or 0x274E75) is unknown color: approx Venice Blue. HEX triplet: 27, 4E and 75. RGB value is (39,78,117). Sum of RGB (Red+Green+Blue) = 39+78+117=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #274E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E75 is #D8B18A. Grayscale: #464646. Windows color (decimal): -14201227 or 7687719. OLE color: 7687719.

HSL color Cylindrical-coordinate representation of color #274E75: hue angle of 210º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274E75 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3978117-
CMYK0.670.3300.54
HSL210º50%30.59%-
HSV(B)210º66.67%45.88%-
XYZ6.777.1617.86-
YUV70.78154.08105.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39781170.670.3300.542105030.59
Hex274E754321036d2321f
Octal47116165103410663226237
Binary10011110011101110101100001110000101101101101001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #274E75;
 }
 .AnyTagClassName
 {
   color: #274E75;
 }
</style>
background-color css

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

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

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

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

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

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