Html Css Color HEX #3A6093 Mariner

📋 copy color: '#3A6093'

red 58 ◦ green 96 ◦ blue 147

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

Shades of Mariner #3A6093

Tints of Mariner #3A6093

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 19.27%
G = 31.89%
B = 48.84%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A6093 (or 0x3A6093) is known color: Mariner. HEX triplet: 3A, 60 and 93. RGB value is (58,96,147). Sum of RGB (Red+Green+Blue) = 58+96+147=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A6093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6093 is #C59F6C. Grayscale: #5A5A5A. Windows color (decimal): -12951405 or 9658426. OLE color: 9658426.

HSL color Cylindrical-coordinate representation of color #3A6093: hue angle of 214.38º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A6093 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 96 147 -
CMYK 0.61 0.35 0 0.42
HSL 214.38º 0.43% 0.4% -
HSV(B) 214.38º 0.61% 0.58% -
XYZ 11.19 11.37 29.21 -
YUV 90.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 58 96 147 0.61 0.35 0 0.42 214.38 0.43 0.4
Hex 3A 60 93 3D 23 0 2A D6 2B 28
Octal 72 140 223 75 43 0 52 326 53 50
Binary 111010 1100000 10010011 111101 100011 0 101010 11010110 101011 101000

Color Harmonies of #3A6093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6093

Black with #3A6093

Text Example


Text Example

White with #3A6093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,96,147); }

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

background-color css

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

 a { background-color: rgb(58,96,147); }

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

border-color css

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

 span { border-color: rgb(58,96,147); }

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