Html Css Color HEX #356098 Mariner

📋 copy color: '#356098'

red 53 ◦ green 96 ◦ blue 152

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

Shades of Mariner #356098

Tints of Mariner #356098

RGB

 RED value IS 53 (21.09% from 255) = 17.61%

 GREEN value IS 96 (37.89% from 255) = 31.89%

 BLUE value IS 152 (59.77% from 255) = 50.5%

R = 17.61%
G = 31.89%
B = 50.5%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#356098 (or 0x356098) is known color: Mariner. HEX triplet: 35, 60 and 98. RGB value is (53,96,152). Sum of RGB (Red+Green+Blue) = 53+96+152=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #356098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356098 is #CA9F67. Grayscale: #595959. Windows color (decimal): -13279080 or 9986101. OLE color: 9986101.

HSL color Cylindrical-coordinate representation of color #356098: hue angle of 213.94º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356098 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 96 152 -
CMYK 0.65 0.37 0 0.40
HSL 213.94º 0.48% 0.4% -
HSV(B) 213.94º 0.65% 0.6% -
XYZ 11.32 11.39 31.31 -
YUV 89.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 53 96 152 0.65 0.37 0 0.40 213.94 0.48 0.4
Hex 35 60 98 41 25 0 28 D6 30 28
Octal 65 140 230 101 45 0 50 326 60 50
Binary 110101 1100000 10011000 1000001 100101 0 101000 11010110 110000 101000

Color Harmonies of #356098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356098

Black with #356098

Text Example


Text Example

White with #356098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356098; }

 p { color: rgb(53,96,152); }

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

background-color css

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

 a { background-color: rgb(53,96,152); }

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

border-color css

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

 span { border-color: rgb(53,96,152); }

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