#2C4F7F

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

Shades of St Tropaz #2C4F7F

Tints of St Tropaz #2C4F7F

Color information

#2C4F7F (or 0x2C4F7F) is unknown color: approx St Tropaz. HEX triplet: 2C, 4F and 7F. RGB value is (44,79,127). Sum of RGB (Red+Green+Blue) = 44+79+127=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C4F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4F7F is #D3B080. Grayscale: #494949. Windows color (decimal): -13873281 or 8343340. OLE color: 8343340.

HSL color Cylindrical-coordinate representation of color #2C4F7F: hue angle of 214.7º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C4F7F is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4479127-
CMYK0.650.3800.50
HSL214.7º48.54%33.53%-
HSV(B)214.7º65.35%49.8%-
XYZ7.677.6621.15-
YUV74.01157.9106.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 127 (50% from 255) = 50.8%
R=17.6%
G=31.6%
B=50.8%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal44791270.650.3800.50214.748.5433.53
Hex2C4F7F4126032d73122
Octal54117177101460623276142
Binary101100100111111111111000001100110011001011010111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C4F7F; }

 p { color: rgb(44,79,127); }

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

<style>
 a { background-color: #2C4F7F; }

 a { background-color: rgb(44,79,127); }

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

<style>
 span { border-color: #2C4F7F; }

 span { border-color: rgb(44,79,127); }

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