#3D608D

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

Shades of St Tropaz #3D608D

Tints of St Tropaz #3D608D

Color information

#3D608D (or 0x3D608D) is unknown color: approx St Tropaz. HEX triplet: 3D, 60 and 8D. RGB value is (61,96,141). Sum of RGB (Red+Green+Blue) = 61+96+141=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D608D is #C29F72. Grayscale: #5A5A5A. Windows color (decimal): -12754803 or 9265213. OLE color: 9265213.

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

Color convert

RGB6196141-
CMYK0.570.3200.45
HSL213.75º39.6%39.61%-
HSV(B)213.75º56.74%55.29%-
XYZ10.9211.2826.8-
YUV90.66156.4106.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=20.47%
G=32.21%
B=47.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61961410.570.3200.45213.7539.639.61
Hex3D608D392002Dd62828
Octal7514021571400553265050
Binary111101110000010001101111001100000010110111010110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,96,141); }

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

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

 a { background-color: rgb(61,96,141); }

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

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

 span { border-color: rgb(61,96,141); }

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