Html Css Color HEX #35629C Mariner

📋 copy color: '#35629C'

red 53 ◦ green 98 ◦ blue 156

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

Shades of Mariner #35629C

Tints of Mariner #35629C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

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

R = 17.26%
G = 31.92%
B = 50.81%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35629C (or 0x35629C) is known color: Mariner. HEX triplet: 35, 62 and 9C. RGB value is (53,98,156). Sum of RGB (Red+Green+Blue) = 53+98+156=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #35629C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35629C is #CA9D63. Grayscale: #5A5A5A. Windows color (decimal): -13278564 or 10248757. OLE color: 10248757.

HSL color Cylindrical-coordinate representation of color #35629C: hue angle of 213.79º 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 #35629C is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 98 156 -
CMYK 0.66 0.37 0 0.39
HSL 213.79º 0.49% 0.41% -
HSV(B) 213.79º 0.66% 0.61% -
XYZ 11.84 11.89 33.12 -
YUV 91.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 53 98 156 0.66 0.37 0 0.39 213.79 0.49 0.41
Hex 35 62 9C 42 25 0 27 D6 31 29
Octal 65 142 234 102 45 0 47 326 61 51
Binary 110101 1100010 10011100 1000010 100101 0 100111 11010110 110001 101001

Color Harmonies of #35629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35629C

Black with #35629C

Text Example


Text Example

White with #35629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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