Html Css Color HEX #35589C Mariner

📋 copy color: '#35589C'

red 53 ◦ green 88 ◦ blue 156

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

Shades of Mariner #35589C

Tints of Mariner #35589C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.63%

 BLUE value IS 156 (61.33% from 255) = 52.53%

R = 17.85%
G = 29.63%
B = 52.53%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35589C (or 0x35589C) is known color: Mariner. HEX triplet: 35, 58 and 9C. RGB value is (53,88,156). Sum of RGB (Red+Green+Blue) = 53+88+156=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #35589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35589C is #CAA763. Grayscale: #545454. Windows color (decimal): -13281124 or 10246197. OLE color: 10246197.

HSL color Cylindrical-coordinate representation of color #35589C: hue angle of 219.61º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35589C is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 88 156 -
CMYK 0.66 0.44 0 0.39
HSL 219.61º 0.49% 0.41% -
HSV(B) 219.61º 0.66% 0.61% -
XYZ 10.96 10.14 32.83 -
YUV 85.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 53 88 156 0.66 0.44 0 0.39 219.61 0.49 0.41
Hex 35 58 9C 42 2C 0 27 DC 31 29
Octal 65 130 234 102 54 0 47 334 61 51
Binary 110101 1011000 10011100 1000010 101100 0 100111 11011100 110001 101001

Color Harmonies of #35589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35589C

Black with #35589C

Text Example


Text Example

White with #35589C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35589C; }

 p { color: rgb(53,88,156); }

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

background-color css

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

 a { background-color: rgb(53,88,156); }

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

border-color css

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

 span { border-color: rgb(53,88,156); }

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