#3D5C8A

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

Shades of St Tropaz #3D5C8A

Tints of St Tropaz #3D5C8A

Color information

#3D5C8A (or 0x3D5C8A) is unknown color: approx St Tropaz. HEX triplet: 3D, 5C and 8A. RGB value is (61,92,138). Sum of RGB (Red+Green+Blue) = 61+92+138=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D5C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5C8A is #C2A375. Grayscale: #575757. Windows color (decimal): -12755830 or 9067581. OLE color: 9067581.

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

Color convert

RGB6192138-
CMYK0.560.3300.46
HSL215.84º38.69%39.02%-
HSV(B)215.84º55.8%54.12%-
XYZ10.3410.4825.52-
YUV87.98156.23108.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=20.96%
G=31.62%
B=47.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61921380.560.3300.46215.8438.6939.02
Hex3D5C8A382102Ed82727
Octal7513421270410563304747
Binary111101101110010001010111000100001010111011011000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,92,138); }

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

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

 a { background-color: rgb(61,92,138); }

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

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

 span { border-color: rgb(61,92,138); }

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