#274D7F

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

Shades of St Tropaz #274D7F

Tints of St Tropaz #274D7F

Color information

#274D7F (or 0x274D7F) is unknown color: approx St Tropaz. HEX triplet: 27, 4D and 7F. RGB value is (39,77,127). Sum of RGB (Red+Green+Blue) = 39+77+127=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #274D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D7F is #D8B280. Grayscale: #474747. Windows color (decimal): -14201473 or 8342823. OLE color: 8342823.

HSL color Cylindrical-coordinate representation of color #274D7F: hue angle of 214.09º 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 #274D7F is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3977127-
CMYK0.690.3900.50
HSL214.09º53.01%32.55%-
HSV(B)214.09º69.29%49.8%-
XYZ7.327.2721.1-
YUV71.34159.41104.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.05%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 127 (50% from 255) = 52.26%
R=16.05%
G=31.69%
B=52.26%

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
Decimal39771270.690.3900.50214.0953.0132.55
Hex274D7F4527032d63521
Octal47115177105470623266541
Binary100111100110111111111000101100111011001011010110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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