Html Css Color HEX #3A62B1 Mariner

📋 copy color: '#3A62B1'

red 58 ◦ green 98 ◦ blue 177

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

Shades of Mariner #3A62B1

Tints of Mariner #3A62B1

RGB

 RED value IS 58 (23.05% from 255) = 17.42%

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

 BLUE value IS 177 (69.53% from 255) = 53.15%

R = 17.42%
G = 29.43%
B = 53.15%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A62B1 (or 0x3A62B1) is known color: Mariner. HEX triplet: 3A, 62 and B1. RGB value is (58,98,177). Sum of RGB (Red+Green+Blue) = 58+98+177=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A62B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A62B1 is #C59D4E. Grayscale: #5E5E5E. Windows color (decimal): -12950863 or 11625018. OLE color: 11625018.

HSL color Cylindrical-coordinate representation of color #3A62B1: hue angle of 219.83º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A62B1 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 98 177 -
CMYK 0.67 0.45 0 0.31
HSL 219.83º 0.51% 0.46% -
HSV(B) 219.83º 0.67% 0.69% -
XYZ 14.05 12.81 43.33 -
YUV 95.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 58 98 177 0.67 0.45 0 0.31 219.83 0.51 0.46
Hex 3A 62 B1 43 2D 0 1F DC 33 2E
Octal 72 142 261 103 55 0 37 334 63 56
Binary 111010 1100010 10110001 1000011 101101 0 11111 11011100 110011 101110

Color Harmonies of #3A62B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A62B1

Black with #3A62B1

Text Example


Text Example

White with #3A62B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,98,177); }

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

background-color css

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

 a { background-color: rgb(58,98,177); }

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

border-color css

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

 span { border-color: rgb(58,98,177); }

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