#274B7D

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

Shades of St Tropaz #274B7D

Tints of St Tropaz #274B7D

Color information

#274B7D (or 0x274B7D) is unknown color: approx St Tropaz. HEX triplet: 27, 4B and 7D. RGB value is (39,75,125). Sum of RGB (Red+Green+Blue) = 39+75+125=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #274B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B7D is #D8B482. Grayscale: #454545. Windows color (decimal): -14201987 or 8211239. OLE color: 8211239.

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

Color convert

RGB3975125-
CMYK0.690.4000.51
HSL214.88º52.44%32.16%-
HSV(B)214.88º68.8%49.02%-
XYZ7.056.9420.37-
YUV69.94159.07105.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 125 (49.22% from 255) = 52.30%
R=16.32%
G=31.38%
B=52.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39751250.690.4000.51214.8852.4432.16
Hex274B7D4528033d73420
Octal47113175105500633276440
Binary100111100101111111011000101101000011001111010111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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