Html Css Color HEX #3D5FAA Mariner

📋 copy color: '#3D5FAA'

red 61 ◦ green 95 ◦ blue 170

#3D5FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #3D5FAA

Tints of Mariner #3D5FAA

RGB

 RED value IS 61 (24.22% from 255) = 18.71%

 GREEN value IS 95 (37.5% from 255) = 29.14%

 BLUE value IS 170 (66.8% from 255) = 52.15%

R = 18.71%
G = 29.14%
B = 52.15%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D5FAA (or 0x3D5FAA) is known color: Mariner. HEX triplet: 3D, 5F and AA. RGB value is (61,95,170). Sum of RGB (Red+Green+Blue) = 61+95+170=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D5FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5FAA is #C2A055. Grayscale: #5D5D5D. Windows color (decimal): -12755030 or 11165501. OLE color: 11165501.

HSL color Cylindrical-coordinate representation of color #3D5FAA: hue angle of 221.28º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D5FAA is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 95 170 -
CMYK 0.64 0.44 0 0.33
HSL 221.28º 0.47% 0.45% -
HSV(B) 221.28º 0.64% 0.67% -
XYZ 13.27 12.08 39.66 -
YUV 93.38 171.24 104.9 -
System Red Green Blue C M Y K H S L
Decimal 61 95 170 0.64 0.44 0 0.33 221.28 0.47 0.45
Hex 3D 5F AA 40 2C 0 21 DD 2F 2D
Octal 75 137 252 100 54 0 41 335 57 55
Binary 111101 1011111 10101010 1000000 101100 0 100001 11011101 101111 101101

Color Harmonies of #3D5FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5FAA

Black with #3D5FAA

Text Example


Text Example

White with #3D5FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,95,170); }

 H1.HeaderClassName
 {
   color: #3D5FAA;
 }
 .AnyTagClassName
 {
   color: #3D5FAA;
 }
</style>

background-color css

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

 a { background-color: rgb(61,95,170); }

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

border-color css

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

 span { border-color: rgb(61,95,170); }

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