Html Css Color HEX #305FAD Mariner

📋 copy color: '#305FAD'

red 48 ◦ green 95 ◦ blue 173

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

Shades of Mariner #305FAD

Tints of Mariner #305FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.06%

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 15.19%
G = 30.06%
B = 54.75%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#305FAD (or 0x305FAD) is known color: Mariner. HEX triplet: 30, 5F and AD. RGB value is (48,95,173). Sum of RGB (Red+Green+Blue) = 48+95+173=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #305FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305FAD is #CFA052. Grayscale: #595959. Windows color (decimal): -13606995 or 11362096. OLE color: 11362096.

HSL color Cylindrical-coordinate representation of color #305FAD: hue angle of 217.44º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305FAD is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 95 173 -
CMYK 0.72 0.45 0 0.32
HSL 217.44º 0.57% 0.43% -
HSV(B) 217.44º 0.72% 0.68% -
XYZ 12.85 11.83 41.14 -
YUV 89.84 174.93 98.16 -
System Red Green Blue C M Y K H S L
Decimal 48 95 173 0.72 0.45 0 0.32 217.44 0.57 0.43
Hex 30 5F AD 48 2D 0 20 D9 39 2B
Octal 60 137 255 110 55 0 40 331 71 53
Binary 110000 1011111 10101101 1001000 101101 0 100000 11011001 111001 101011

Color Harmonies of #305FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FAD

Black with #305FAD

Text Example


Text Example

White with #305FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,95,173); }

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

background-color css

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

 a { background-color: rgb(48,95,173); }

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

border-color css

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

 span { border-color: rgb(48,95,173); }

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