Html Css Color HEX #3055A6 Mariner

📋 copy color: '#3055A6'

red 48 ◦ green 85 ◦ blue 166

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

Shades of Mariner #3055A6

Tints of Mariner #3055A6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

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

R = 16.05%
G = 28.43%
B = 55.52%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3055A6 (or 0x3055A6) is known color: Mariner. HEX triplet: 30, 55 and A6. RGB value is (48,85,166). Sum of RGB (Red+Green+Blue) = 48+85+166=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 166 (65.23% from 255 or 55.52% from 299); Max value from RGB is 166 - color contains mainly: blue. Hex color #3055A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3055A6 is #CFAA59. Grayscale: #525252. Windows color (decimal): -13609562 or 10900784. OLE color: 10900784.

HSL color Cylindrical-coordinate representation of color #3055A6: hue angle of 221.19º 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 #3055A6 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 85 166 -
CMYK 0.71 0.49 0 0.35
HSL 221.19º 0.55% 0.42% -
HSV(B) 221.19º 0.71% 0.65% -
XYZ 11.35 9.88 37.38 -
YUV 83.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 48 85 166 0.71 0.49 0 0.35 221.19 0.55 0.42
Hex 30 55 A6 47 31 0 23 DD 37 2A
Octal 60 125 246 107 61 0 43 335 67 52
Binary 110000 1010101 10100110 1000111 110001 0 100011 11011101 110111 101010

Color Harmonies of #3055A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3055A6

Black with #3055A6

Text Example


Text Example

White with #3055A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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