Html Css Color HEX #3D69A5 Mariner

📋 copy color: '#3D69A5'

red 61 ◦ green 105 ◦ blue 165

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

Shades of Mariner #3D69A5

Tints of Mariner #3D69A5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.72%

 BLUE value IS 165 (64.84% from 255) = 49.85%

R = 18.43%
G = 31.72%
B = 49.85%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3D69A5 (or 0x3D69A5) is known color: Mariner. HEX triplet: 3D, 69 and A5. RGB value is (61,105,165). Sum of RGB (Red+Green+Blue) = 61+105+165=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #3D69A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D69A5 is #C2965A. Grayscale: #626262. Windows color (decimal): -12752475 or 10840381. OLE color: 10840381.

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

Color convert

RGB 61 105 165 -
CMYK 0.63 0.36 0 0.35
HSL 214.62º 0.46% 0.44% -
HSV(B) 214.62º 0.63% 0.65% -
XYZ 13.77 13.81 37.54 -
YUV 98.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 61 105 165 0.63 0.36 0 0.35 214.62 0.46 0.44
Hex 3D 69 A5 3F 24 0 23 D7 2E 2C
Octal 75 151 245 77 44 0 43 327 56 54
Binary 111101 1101001 10100101 111111 100100 0 100011 11010111 101110 101100

Color Harmonies of #3D69A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D69A5

Black with #3D69A5

Text Example


Text Example

White with #3D69A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,105,165); }

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

background-color css

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

 a { background-color: rgb(61,105,165); }

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

border-color css

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

 span { border-color: rgb(61,105,165); }

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