#3D5CA4

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

Shades of Mariner #3D5CA4

Tints of Mariner #3D5CA4

Color information

#3D5CA4 (or 0x3D5CA4) is unknown color: approx Mariner. HEX triplet: 3D, 5C and A4. RGB value is (61,92,164). Sum of RGB (Red+Green+Blue) = 61+92+164=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 164 (64.45% from 255 or 51.74% from 317); Max value from RGB is 164 - color contains mainly: blue. Hex color #3D5CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5CA4 is #C2A35B. Grayscale: #5A5A5A. Windows color (decimal): -12755804 or 10771517. OLE color: 10771517.

HSL color Cylindrical-coordinate representation of color #3D5CA4: hue angle of 221.94º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D5CA4 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6192164-
CMYK0.630.4400.36
HSL221.94º45.78%44.12%-
HSV(B)221.94º62.8%64.31%-
XYZ12.4511.3336.65-
YUV90.94169.23106.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.24%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 164 (64.45% from 255) = 51.74%
R=19.24%
G=29.02%
B=51.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61921640.630.4400.36221.9445.7844.12
Hex3D5CA43F2C024de2e2c
Octal7513424477540443365654
Binary111101101110010100100111111101100010010011011110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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