#274C7B

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

Shades of St Tropaz #274C7B

Tints of St Tropaz #274C7B

Color information

#274C7B (or 0x274C7B) is unknown color: approx St Tropaz. HEX triplet: 27, 4C and 7B. RGB value is (39,76,123). Sum of RGB (Red+Green+Blue) = 39+76+123=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #274C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C7B is #D8B384. Grayscale: #464646. Windows color (decimal): -14201733 or 8080423. OLE color: 8080423.

HSL color Cylindrical-coordinate representation of color #274C7B: hue angle of 213.57º 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 #274C7B is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3976123-
CMYK0.680.3800.52
HSL213.57º51.85%31.76%-
HSV(B)213.57º68.29%48.24%-
XYZ77.0319.73-
YUV70.3157.74105.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.39%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=16.39%
G=31.93%
B=51.68%

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
Decimal39761230.680.3800.52213.5751.8531.76
Hex274C7B4426034d63420
Octal47114173104460643266440
Binary100111100110011110111000100100110011010011010110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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