Html Css Color HEX #35619A Mariner

📋 copy color: '#35619A'

red 53 ◦ green 97 ◦ blue 154

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

Shades of Mariner #35619A

Tints of Mariner #35619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.91%

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

R = 17.43%
G = 31.91%
B = 50.66%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#35619A (or 0x35619A) is known color: Mariner. HEX triplet: 35, 61 and 9A. RGB value is (53,97,154). Sum of RGB (Red+Green+Blue) = 53+97+154=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #35619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35619A is #CA9E65. Grayscale: #5A5A5A. Windows color (decimal): -13278822 or 10117429. OLE color: 10117429.

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

Color convert

RGB 53 97 154 -
CMYK 0.66 0.37 0 0.40
HSL 213.86º 0.49% 0.41% -
HSV(B) 213.86º 0.66% 0.6% -
XYZ 11.58 11.64 32.21 -
YUV 90.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 53 97 154 0.66 0.37 0 0.40 213.86 0.49 0.41
Hex 35 61 9A 42 25 0 28 D6 31 29
Octal 65 141 232 102 45 0 50 326 61 51
Binary 110101 1100001 10011010 1000010 100101 0 101000 11010110 110001 101001

Color Harmonies of #35619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35619A

Black with #35619A

Text Example


Text Example

White with #35619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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