Html Css Color HEX #3057A6 Mariner

📋 copy color: '#3057A6'

red 48 ◦ green 87 ◦ blue 166

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

Shades of Mariner #3057A6

Tints of Mariner #3057A6

RGB

 RED value IS 48 (19.14% from 255) = 15.95%

 GREEN value IS 87 (34.38% from 255) = 28.9%

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

R = 15.95%
G = 28.9%
B = 55.15%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3057A6 (or 0x3057A6) is known color: Mariner. HEX triplet: 30, 57 and A6. RGB value is (48,87,166). Sum of RGB (Red+Green+Blue) = 48+87+166=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 166 (65.23% from 255 or 55.15% from 301); Max value from RGB is 166 - color contains mainly: blue. Hex color #3057A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3057A6 is #CFA859. Grayscale: #535353. Windows color (decimal): -13609050 or 10901296. OLE color: 10901296.

HSL color Cylindrical-coordinate representation of color #3057A6: hue angle of 220.17º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3057A6 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 87 166 -
CMYK 0.71 0.48 0 0.35
HSL 220.17º 0.55% 0.42% -
HSV(B) 220.17º 0.71% 0.65% -
XYZ 11.51 10.2 37.44 -
YUV 84.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 48 87 166 0.71 0.48 0 0.35 220.17 0.55 0.42
Hex 30 57 A6 47 30 0 23 DC 37 2A
Octal 60 127 246 107 60 0 43 334 67 52
Binary 110000 1010111 10100110 1000111 110000 0 100011 11011100 110111 101010

Color Harmonies of #3057A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3057A6

Black with #3057A6

Text Example


Text Example

White with #3057A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3057A6; }

 p { color: rgb(48,87,166); }

 H1.HeaderClassName
 {
   color: #3057A6;
 }
 .AnyTagClassName
 {
   color: #3057A6;
 }
</style>

background-color css

<style>
 a { background-color: #3057A6; }

 a { background-color: rgb(48,87,166); }

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

border-color css

<style>
 span { border-color: #3057A6; }

 span { border-color: rgb(48,87,166); }

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