#274C7A

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

Shades of St Tropaz #274C7A

Tints of St Tropaz #274C7A

Color information

#274C7A (or 0x274C7A) is unknown color: approx St Tropaz. HEX triplet: 27, 4C and 7A. RGB value is (39,76,122). Sum of RGB (Red+Green+Blue) = 39+76+122=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #274C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C7A is #D8B385. Grayscale: #454545. Windows color (decimal): -14201734 or 8014887. OLE color: 8014887.

HSL color Cylindrical-coordinate representation of color #274C7A: hue angle of 213.25º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #274C7A is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3976122-
CMYK0.680.3800.52
HSL213.25º51.55%31.57%-
HSV(B)213.25º68.03%47.84%-
XYZ6.937.0119.4-
YUV70.18157.24105.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.46%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=16.46%
G=32.07%
B=51.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39761220.680.3800.52213.2551.5531.57
Hex274C7A4426034d53420
Octal47114172104460643256440
Binary100111100110011110101000100100110011010011010101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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