Html Css Color HEX #3566AE Mariner

📋 copy color: '#3566AE'

red 53 ◦ green 102 ◦ blue 174

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

Shades of Mariner #3566AE

Tints of Mariner #3566AE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31%

 BLUE value IS 174 (68.36% from 255) = 52.89%

R = 16.11%
G = 31%
B = 52.89%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3566AE (or 0x3566AE) is known color: Mariner. HEX triplet: 35, 66 and AE. RGB value is (53,102,174). Sum of RGB (Red+Green+Blue) = 53+102+174=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #3566AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3566AE is #CA9951. Grayscale: #5F5F5F. Windows color (decimal): -13277522 or 11429429. OLE color: 11429429.

HSL color Cylindrical-coordinate representation of color #3566AE: hue angle of 215.7º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3566AE is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 102 174 -
CMYK 0.70 0.41 0 0.32
HSL 215.7º 0.53% 0.45% -
HSV(B) 215.7º 0.7% 0.68% -
XYZ 13.86 13.32 41.88 -
YUV 95.56 172.27 97.65 -
System Red Green Blue C M Y K H S L
Decimal 53 102 174 0.70 0.41 0 0.32 215.7 0.53 0.45
Hex 35 66 AE 46 29 0 20 D8 35 2D
Octal 65 146 256 106 51 0 40 330 65 55
Binary 110101 1100110 10101110 1000110 101001 0 100000 11011000 110101 101101

Color Harmonies of #3566AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3566AE

Black with #3566AE

Text Example


Text Example

White with #3566AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3566AE; }

 p { color: rgb(53,102,174); }

 H1.HeaderClassName
 {
   color: #3566AE;
 }
 .AnyTagClassName
 {
   color: #3566AE;
 }
</style>

background-color css

<style>
 a { background-color: #3566AE; }

 a { background-color: rgb(53,102,174); }

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

border-color css

<style>
 span { border-color: #3566AE; }

 span { border-color: rgb(53,102,174); }

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