Html Css Color HEX #3862AF Mariner

📋 copy color: '#3862AF'

red 56 ◦ green 98 ◦ blue 175

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

Shades of Mariner #3862AF

Tints of Mariner #3862AF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 17.02%
G = 29.79%
B = 53.19%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3862AF (or 0x3862AF) is known color: Mariner. HEX triplet: 38, 62 and AF. RGB value is (56,98,175). Sum of RGB (Red+Green+Blue) = 56+98+175=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #3862AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3862AF is #C79D50. Grayscale: #5D5D5D. Windows color (decimal): -13081937 or 11493944. OLE color: 11493944.

HSL color Cylindrical-coordinate representation of color #3862AF: hue angle of 218.82º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3862AF is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 98 175 -
CMYK 0.68 0.44 0 0.31
HSL 218.82º 0.52% 0.45% -
HSV(B) 218.82º 0.68% 0.69% -
XYZ 13.74 12.67 42.28 -
YUV 94.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 56 98 175 0.68 0.44 0 0.31 218.82 0.52 0.45
Hex 38 62 AF 44 2C 0 1F DB 34 2D
Octal 70 142 257 104 54 0 37 333 64 55
Binary 111000 1100010 10101111 1000100 101100 0 11111 11011011 110100 101101

Color Harmonies of #3862AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3862AF

Black with #3862AF

Text Example


Text Example

White with #3862AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3862AF; }

 p { color: rgb(56,98,175); }

 H1.HeaderClassName
 {
   color: #3862AF;
 }
 .AnyTagClassName
 {
   color: #3862AF;
 }
</style>

background-color css

<style>
 a { background-color: #3862AF; }

 a { background-color: rgb(56,98,175); }

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

border-color css

<style>
 span { border-color: #3862AF; }

 span { border-color: rgb(56,98,175); }

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