#274C7D

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

Shades of St Tropaz #274C7D

Tints of St Tropaz #274C7D

Color information

#274C7D (or 0x274C7D) is unknown color: approx St Tropaz. HEX triplet: 27, 4C and 7D. RGB value is (39,76,125). Sum of RGB (Red+Green+Blue) = 39+76+125=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #274C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C7D is #D8B382. Grayscale: #464646. Windows color (decimal): -14201731 or 8211495. OLE color: 8211495.

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

Color convert

RGB3976125-
CMYK0.690.3900.51
HSL214.19º52.44%32.16%-
HSV(B)214.19º68.8%49.02%-
XYZ7.127.0820.39-
YUV70.52158.74105.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.25%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 125 (49.22% from 255) = 52.08%
R=16.25%
G=31.67%
B=52.08%

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
Decimal39761250.690.3900.51214.1952.4432.16
Hex274C7D4527033d63420
Octal47114175105470633266440
Binary100111100110011111011000101100111011001111010110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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