Html Css Color HEX #3865AA Mariner

📋 copy color: '#3865AA'

red 56 ◦ green 101 ◦ blue 170

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

Shades of Mariner #3865AA

Tints of Mariner #3865AA

RGB

 RED value IS 56 (22.27% from 255) = 17.13%

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

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

R = 17.13%
G = 30.89%
B = 51.99%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3865AA (or 0x3865AA) is known color: Mariner. HEX triplet: 38, 65 and AA. RGB value is (56,101,170). Sum of RGB (Red+Green+Blue) = 56+101+170=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #3865AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3865AA is #C79A55. Grayscale: #5F5F5F. Windows color (decimal): -13081174 or 11167032. OLE color: 11167032.

HSL color Cylindrical-coordinate representation of color #3865AA: hue angle of 216.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3865AA is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 101 170 -
CMYK 0.67 0.41 0 0.33
HSL 216.32º 0.5% 0.44% -
HSV(B) 216.32º 0.67% 0.67% -
XYZ 13.54 13.05 39.84 -
YUV 95.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 56 101 170 0.67 0.41 0 0.33 216.32 0.5 0.44
Hex 38 65 AA 43 29 0 21 D8 32 2C
Octal 70 145 252 103 51 0 41 330 62 54
Binary 111000 1100101 10101010 1000011 101001 0 100001 11011000 110010 101100

Color Harmonies of #3865AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3865AA

Black with #3865AA

Text Example


Text Example

White with #3865AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3865AA; }

 p { color: rgb(56,101,170); }

 H1.HeaderClassName
 {
   color: #3865AA;
 }
 .AnyTagClassName
 {
   color: #3865AA;
 }
</style>

background-color css

<style>
 a { background-color: #3865AA; }

 a { background-color: rgb(56,101,170); }

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

border-color css

<style>
 span { border-color: #3865AA; }

 span { border-color: rgb(56,101,170); }

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