#274E7F

Color #274E7F St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #274E7F

Tints of St Tropaz #274E7F

Color information

#274E7F (or 0x274E7F) is unknown color: approx St Tropaz. HEX triplet: 27, 4E and 7F. RGB value is (39,78,127). Sum of RGB (Red+Green+Blue) = 39+78+127=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #274E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E7F is #D8B180. Grayscale: #474747. Windows color (decimal): -14201217 or 8343079. OLE color: 8343079.

HSL color Cylindrical-coordinate representation of color #274E7F: hue angle of 213.41º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #274E7F is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3978127-
CMYK0.690.3900.50
HSL213.41º53.01%32.55%-
HSV(B)213.41º69.29%49.8%-
XYZ7.397.4121.12-
YUV71.92159.08104.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 127 (50% from 255) = 52.05%
R=15.98%
G=31.97%
B=52.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39781270.690.3900.50213.4153.0132.55
Hex274E7F4527032d53521
Octal47116177105470623256541
Binary100111100111011111111000101100111011001011010101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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