Html Css Color HEX #305D9F Mariner

📋 copy color: '#305D9F'

red 48 ◦ green 93 ◦ blue 159

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

Shades of Mariner #305D9F

Tints of Mariner #305D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 159 (62.5% from 255) = 53%

R = 16%
G = 31%
B = 53%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#305D9F (or 0x305D9F) is known color: Mariner. HEX triplet: 30, 5D and 9F. RGB value is (48,93,159). Sum of RGB (Red+Green+Blue) = 48+93+159=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #305D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305D9F is #CFA260. Grayscale: #565656. Windows color (decimal): -13607521 or 10444080. OLE color: 10444080.

HSL color Cylindrical-coordinate representation of color #305D9F: hue angle of 215.68º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #305D9F is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 93 159 -
CMYK 0.70 0.42 0 0.38
HSL 215.68º 0.54% 0.41% -
HSV(B) 215.68º 0.7% 0.62% -
XYZ 11.39 10.96 34.32 -
YUV 87.07 168.59 100.13 -
System Red Green Blue C M Y K H S L
Decimal 48 93 159 0.70 0.42 0 0.38 215.68 0.54 0.41
Hex 30 5D 9F 46 2A 0 26 D8 36 29
Octal 60 135 237 106 52 0 46 330 66 51
Binary 110000 1011101 10011111 1000110 101010 0 100110 11011000 110110 101001

Color Harmonies of #305D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D9F

Black with #305D9F

Text Example


Text Example

White with #305D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,93,159); }

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

background-color css

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

 a { background-color: rgb(48,93,159); }

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

border-color css

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

 span { border-color: rgb(48,93,159); }

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