#3D5E8B

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

Shades of St Tropaz #3D5E8B

Tints of St Tropaz #3D5E8B

Color information

#3D5E8B (or 0x3D5E8B) is unknown color: approx St Tropaz. HEX triplet: 3D, 5E and 8B. RGB value is (61,94,139). Sum of RGB (Red+Green+Blue) = 61+94+139=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D5E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5E8B is #C2A174. Grayscale: #595959. Windows color (decimal): -12755317 or 9133629. OLE color: 9133629.

HSL color Cylindrical-coordinate representation of color #3D5E8B: hue angle of 214.62º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D5E8B is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6194139-
CMYK0.560.3200.45
HSL214.62º39%39.22%-
HSV(B)214.62º56.12%54.51%-
XYZ10.5910.8625.96-
YUV89.26156.07107.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.75%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 139 (54.69% from 255) = 47.28%
R=20.75%
G=31.97%
B=47.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61941390.560.3200.45214.623939.22
Hex3D5E8B382002Dd72727
Octal7513621370400553274747
Binary111101101111010001011111000100000010110111010111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5E8B; }

 p { color: rgb(61,94,139); }

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

<style>
 a { background-color: #3D5E8B; }

 a { background-color: rgb(61,94,139); }

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

<style>
 span { border-color: #3D5E8B; }

 span { border-color: rgb(61,94,139); }

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