Html Css Color HEX #3A67A6 Mariner

📋 copy color: '#3A67A6'

red 58 ◦ green 103 ◦ blue 166

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

Shades of Mariner #3A67A6

Tints of Mariner #3A67A6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

 BLUE value IS 166 (65.23% from 255) = 50.76%

R = 17.74%
G = 31.5%
B = 50.76%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3A67A6 (or 0x3A67A6) is known color: Mariner. HEX triplet: 3A, 67 and A6. RGB value is (58,103,166). Sum of RGB (Red+Green+Blue) = 58+103+166=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 166 (65.23% from 255 or 50.76% from 327); Max value from RGB is 166 - color contains mainly: blue. Hex color #3A67A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A67A6 is #C59859. Grayscale: #606060. Windows color (decimal): -12949594 or 10905402. OLE color: 10905402.

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

Color convert

RGB 58 103 166 -
CMYK 0.65 0.38 0 0.35
HSL 215º 0.48% 0.44% -
HSV(B) 215º 0.65% 0.65% -
XYZ 13.48 13.35 37.94 -
YUV 96.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 58 103 166 0.65 0.38 0 0.35 215 0.48 0.44
Hex 3A 67 A6 41 26 0 23 D7 30 2C
Octal 72 147 246 101 46 0 43 327 60 54
Binary 111010 1100111 10100110 1000001 100110 0 100011 11010111 110000 101100

Color Harmonies of #3A67A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A67A6

Black with #3A67A6

Text Example


Text Example

White with #3A67A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,103,166); }

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

background-color css

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

 a { background-color: rgb(58,103,166); }

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

border-color css

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

 span { border-color: rgb(58,103,166); }

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