Html Css Color HEX #30539F Mariner

📋 copy color: '#30539F'

red 48 ◦ green 83 ◦ blue 159

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

Shades of Mariner #30539F

Tints of Mariner #30539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

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

R = 16.55%
G = 28.62%
B = 54.83%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30539F (or 0x30539F) is known color: Mariner. HEX triplet: 30, 53 and 9F. RGB value is (48,83,159). Sum of RGB (Red+Green+Blue) = 48+83+159=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #30539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30539F is #CFAC60. Grayscale: #505050. Windows color (decimal): -13610081 or 10441520. OLE color: 10441520.

HSL color Cylindrical-coordinate representation of color #30539F: hue angle of 221.08º 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 #30539F is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 83 159 -
CMYK 0.70 0.48 0 0.38
HSL 221.08º 0.54% 0.41% -
HSV(B) 221.08º 0.7% 0.62% -
XYZ 10.57 9.32 34.04 -
YUV 81.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 48 83 159 0.70 0.48 0 0.38 221.08 0.54 0.41
Hex 30 53 9F 46 30 0 26 DD 36 29
Octal 60 123 237 106 60 0 46 335 66 51
Binary 110000 1010011 10011111 1000110 110000 0 100110 11011101 110110 101001

Color Harmonies of #30539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30539F

Black with #30539F

Text Example


Text Example

White with #30539F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30539F; }

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

 H1.HeaderClassName
 {
   color: #30539F;
 }
 .AnyTagClassName
 {
   color: #30539F;
 }
</style>

background-color css

<style>
 a { background-color: #30539F; }

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

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

border-color css

<style>
 span { border-color: #30539F; }

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

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