Html Css Color HEX #35599D Mariner

📋 copy color: '#35599D'

red 53 ◦ green 89 ◦ blue 157

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

Shades of Mariner #35599D

Tints of Mariner #35599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.51%

R = 17.73%
G = 29.77%
B = 52.51%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35599D (or 0x35599D) is known color: Mariner. HEX triplet: 35, 59 and 9D. RGB value is (53,89,157). Sum of RGB (Red+Green+Blue) = 53+89+157=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #35599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35599D is #CAA662. Grayscale: #555555. Windows color (decimal): -13280867 or 10311989. OLE color: 10311989.

HSL color Cylindrical-coordinate representation of color #35599D: hue angle of 219.23º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35599D is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 89 157 -
CMYK 0.66 0.43 0 0.38
HSL 219.23º 0.5% 0.41% -
HSV(B) 219.23º 0.66% 0.62% -
XYZ 11.13 10.34 33.31 -
YUV 85.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 53 89 157 0.66 0.43 0 0.38 219.23 0.5 0.41
Hex 35 59 9D 42 2B 0 26 DB 32 29
Octal 65 131 235 102 53 0 46 333 62 51
Binary 110101 1011001 10011101 1000010 101011 0 100110 11011011 110010 101001

Color Harmonies of #35599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35599D

Black with #35599D

Text Example


Text Example

White with #35599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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