Html Css Color HEX #305EA6 Mariner

📋 copy color: '#305EA6'

red 48 ◦ green 94 ◦ blue 166

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

Shades of Mariner #305EA6

Tints of Mariner #305EA6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

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

R = 15.58%
G = 30.52%
B = 53.9%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#305EA6 (or 0x305EA6) is known color: Mariner. HEX triplet: 30, 5E and A6. RGB value is (48,94,166). Sum of RGB (Red+Green+Blue) = 48+94+166=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #305EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305EA6 is #CFA159. Grayscale: #585858. Windows color (decimal): -13607258 or 10903088. OLE color: 10903088.

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

Color convert

RGB 48 94 166 -
CMYK 0.71 0.43 0 0.35
HSL 216.61º 0.55% 0.42% -
HSV(B) 216.61º 0.71% 0.65% -
XYZ 12.1 11.39 37.64 -
YUV 88.45 171.76 99.15 -
System Red Green Blue C M Y K H S L
Decimal 48 94 166 0.71 0.43 0 0.35 216.61 0.55 0.42
Hex 30 5E A6 47 2B 0 23 D9 37 2A
Octal 60 136 246 107 53 0 43 331 67 52
Binary 110000 1011110 10100110 1000111 101011 0 100011 11011001 110111 101010

Color Harmonies of #305EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305EA6

Black with #305EA6

Text Example


Text Example

White with #305EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305EA6; }

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

 H1.HeaderClassName
 {
   color: #305EA6;
 }
 .AnyTagClassName
 {
   color: #305EA6;
 }
</style>

background-color css

<style>
 a { background-color: #305EA6; }

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

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

border-color css

<style>
 span { border-color: #305EA6; }

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

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