#274D7E

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

Shades of St Tropaz #274D7E

Tints of St Tropaz #274D7E

Color information

#274D7E (or 0x274D7E) is unknown color: approx St Tropaz. HEX triplet: 27, 4D and 7E. RGB value is (39,77,126). Sum of RGB (Red+Green+Blue) = 39+77+126=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #274D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D7E is #D8B281. Grayscale: #464646. Windows color (decimal): -14201474 or 8277287. OLE color: 8277287.

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

Color convert

RGB3977126-
CMYK0.690.3900.51
HSL213.79º52.73%32.35%-
HSV(B)213.79º69.05%49.41%-
XYZ7.267.2520.75-
YUV71.22158.91105.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 126 (49.61% from 255) = 52.07%
R=16.12%
G=31.82%
B=52.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39771260.690.3900.51213.7952.7332.35
Hex274D7E4527033d63520
Octal47115176105470633266540
Binary100111100110111111101000101100111011001111010110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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