#2D4E7E

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

Shades of St Tropaz #2D4E7E

Tints of St Tropaz #2D4E7E

Color information

#2D4E7E (or 0x2D4E7E) is unknown color: approx St Tropaz. HEX triplet: 2D, 4E and 7E. RGB value is (45,78,126). Sum of RGB (Red+Green+Blue) = 45+78+126=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #2D4E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4E7E is #D2B181. Grayscale: #494949. Windows color (decimal): -13808002 or 8277549. OLE color: 8277549.

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

Color convert

RGB4578126-
CMYK0.640.3800.51
HSL215.56º47.37%33.53%-
HSV(B)215.56º64.29%49.41%-
XYZ7.577.5120.79-
YUV73.6157.57107.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.07%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 126 (49.61% from 255) = 50.60%
R=18.07%
G=31.33%
B=50.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal45781260.640.3800.51215.5647.3733.53
Hex2D4E7E4026033d82f22
Octal55116176100460633305742
Binary101101100111011111101000000100110011001111011000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,78,126); }

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

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

 a { background-color: rgb(45,78,126); }

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

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

 span { border-color: rgb(45,78,126); }

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