Html Css Color HEX #30569E Mariner

📋 copy color: '#30569E'

red 48 ◦ green 86 ◦ blue 158

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

Shades of Mariner #30569E

Tints of Mariner #30569E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

 BLUE value IS 158 (62.11% from 255) = 54.11%

R = 16.44%
G = 29.45%
B = 54.11%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30569E (or 0x30569E) is known color: Mariner. HEX triplet: 30, 56 and 9E. RGB value is (48,86,158). Sum of RGB (Red+Green+Blue) = 48+86+158=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #30569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30569E is #CFA961. Grayscale: #525252. Windows color (decimal): -13609314 or 10376752. OLE color: 10376752.

HSL color Cylindrical-coordinate representation of color #30569E: hue angle of 219.27º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30569E is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 86 158 -
CMYK 0.70 0.46 0 0.38
HSL 219.27º 0.53% 0.4% -
HSV(B) 219.27º 0.7% 0.62% -
XYZ 10.72 9.75 33.67 -
YUV 82.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 48 86 158 0.70 0.46 0 0.38 219.27 0.53 0.4
Hex 30 56 9E 46 2E 0 26 DB 35 28
Octal 60 126 236 106 56 0 46 333 65 50
Binary 110000 1010110 10011110 1000110 101110 0 100110 11011011 110101 101000

Color Harmonies of #30569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30569E

Black with #30569E

Text Example


Text Example

White with #30569E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30569E; }

 p { color: rgb(48,86,158); }

 H1.HeaderClassName
 {
   color: #30569E;
 }
 .AnyTagClassName
 {
   color: #30569E;
 }
</style>

background-color css

<style>
 a { background-color: #30569E; }

 a { background-color: rgb(48,86,158); }

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

border-color css

<style>
 span { border-color: #30569E; }

 span { border-color: rgb(48,86,158); }

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