Html Css Color HEX #35639D Mariner

📋 copy color: '#35639D'

red 53 ◦ green 99 ◦ blue 157

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

Shades of Mariner #35639D

Tints of Mariner #35639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.04%

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

R = 17.15%
G = 32.04%
B = 50.81%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35639D (or 0x35639D) is known color: Mariner. HEX triplet: 35, 63 and 9D. RGB value is (53,99,157). Sum of RGB (Red+Green+Blue) = 53+99+157=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #35639D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35639D is #CA9C62. Grayscale: #5B5B5B. Windows color (decimal): -13278307 or 10314549. OLE color: 10314549.

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

Color convert

RGB 53 99 157 -
CMYK 0.66 0.37 0 0.38
HSL 213.46º 0.5% 0.41% -
HSV(B) 213.46º 0.66% 0.62% -
XYZ 12.02 12.11 33.6 -
YUV 91.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 53 99 157 0.66 0.37 0 0.38 213.46 0.5 0.41
Hex 35 63 9D 42 25 0 26 D5 32 29
Octal 65 143 235 102 45 0 46 325 62 51
Binary 110101 1100011 10011101 1000010 100101 0 100110 11010101 110010 101001

Color Harmonies of #35639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35639D

Black with #35639D

Text Example


Text Example

White with #35639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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