Html Css Color HEX #3A68A4 Mariner

📋 copy color: '#3A68A4'

red 58 ◦ green 104 ◦ blue 164

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

Shades of Mariner #3A68A4

Tints of Mariner #3A68A4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

 BLUE value IS 164 (64.45% from 255) = 50.31%

R = 17.79%
G = 31.9%
B = 50.31%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3A68A4 (or 0x3A68A4) is known color: Mariner. HEX triplet: 3A, 68 and A4. RGB value is (58,104,164). Sum of RGB (Red+Green+Blue) = 58+104+164=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A68A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A68A4 is #C5975B. Grayscale: #606060. Windows color (decimal): -12949340 or 10774586. OLE color: 10774586.

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

Color convert

RGB 58 104 164 -
CMYK 0.65 0.37 0 0.36
HSL 213.96º 0.48% 0.44% -
HSV(B) 213.96º 0.65% 0.64% -
XYZ 13.4 13.48 37.02 -
YUV 97.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 58 104 164 0.65 0.37 0 0.36 213.96 0.48 0.44
Hex 3A 68 A4 41 25 0 24 D6 30 2C
Octal 72 150 244 101 45 0 44 326 60 54
Binary 111010 1101000 10100100 1000001 100101 0 100100 11010110 110000 101100

Color Harmonies of #3A68A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A68A4

Black with #3A68A4

Text Example


Text Example

White with #3A68A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,104,164); }

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

background-color css

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

 a { background-color: rgb(58,104,164); }

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

border-color css

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

 span { border-color: rgb(58,104,164); }

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