Html Css Color HEX #35599A Mariner

📋 copy color: '#35599A'

red 53 ◦ green 89 ◦ blue 154

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

Shades of Mariner #35599A

Tints of Mariner #35599A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 154 (60.55% from 255) = 52.03%

R = 17.91%
G = 30.07%
B = 52.03%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#35599A (or 0x35599A) is known color: Mariner. HEX triplet: 35, 59 and 9A. RGB value is (53,89,154). Sum of RGB (Red+Green+Blue) = 53+89+154=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #35599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35599A is #CAA665. Grayscale: #555555. Windows color (decimal): -13280870 or 10115381. OLE color: 10115381.

HSL color Cylindrical-coordinate representation of color #35599A: hue angle of 218.61º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35599A is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 89 154 -
CMYK 0.66 0.42 0 0.40
HSL 218.61º 0.49% 0.41% -
HSV(B) 218.61º 0.66% 0.6% -
XYZ 10.87 10.23 31.97 -
YUV 85.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 53 89 154 0.66 0.42 0 0.40 218.61 0.49 0.41
Hex 35 59 9A 42 2A 0 28 DB 31 29
Octal 65 131 232 102 52 0 50 333 61 51
Binary 110101 1011001 10011010 1000010 101010 0 101000 11011011 110001 101001

Color Harmonies of #35599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35599A

Black with #35599A

Text Example


Text Example

White with #35599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35599A; }

 p { color: rgb(53,89,154); }

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

background-color css

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

 a { background-color: rgb(53,89,154); }

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

border-color css

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

 span { border-color: rgb(53,89,154); }

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