Html Css Color HEX #3965AE Mariner

📋 copy color: '#3965AE'

red 57 ◦ green 101 ◦ blue 174

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

Shades of Mariner #3965AE

Tints of Mariner #3965AE

RGB

 RED value IS 57 (22.66% from 255) = 17.17%

 GREEN value IS 101 (39.84% from 255) = 30.42%

 BLUE value IS 174 (68.36% from 255) = 52.41%

R = 17.17%
G = 30.42%
B = 52.41%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3965AE (or 0x3965AE) is known color: Mariner. HEX triplet: 39, 65 and AE. RGB value is (57,101,174). Sum of RGB (Red+Green+Blue) = 57+101+174=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #3965AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3965AE is #C69A51. Grayscale: #5F5F5F. Windows color (decimal): -13015634 or 11429177. OLE color: 11429177.

HSL color Cylindrical-coordinate representation of color #3965AE: hue angle of 217.44º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3965AE is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 101 174 -
CMYK 0.67 0.42 0 0.32
HSL 217.44º 0.51% 0.45% -
HSV(B) 217.44º 0.67% 0.68% -
XYZ 13.98 13.23 41.86 -
YUV 96.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 57 101 174 0.67 0.42 0 0.32 217.44 0.51 0.45
Hex 39 65 AE 43 2A 0 20 D9 33 2D
Octal 71 145 256 103 52 0 40 331 63 55
Binary 111001 1100101 10101110 1000011 101010 0 100000 11011001 110011 101101

Color Harmonies of #3965AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3965AE

Black with #3965AE

Text Example


Text Example

White with #3965AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3965AE; }

 p { color: rgb(57,101,174); }

 H1.HeaderClassName
 {
   color: #3965AE;
 }
 .AnyTagClassName
 {
   color: #3965AE;
 }
</style>

background-color css

<style>
 a { background-color: #3965AE; }

 a { background-color: rgb(57,101,174); }

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

border-color css

<style>
 span { border-color: #3965AE; }

 span { border-color: rgb(57,101,174); }

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