Html Css Color HEX #366196 Mariner

📋 copy color: '#366196'

red 54 ◦ green 97 ◦ blue 150

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

Shades of Mariner #366196

Tints of Mariner #366196

RGB

 RED value IS 54 (21.48% from 255) = 17.94%

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

 BLUE value IS 150 (58.98% from 255) = 49.83%

R = 17.94%
G = 32.23%
B = 49.83%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#366196 (or 0x366196) is known color: Mariner. HEX triplet: 36, 61 and 96. RGB value is (54,97,150). Sum of RGB (Red+Green+Blue) = 54+97+150=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #366196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366196 is #C99E69. Grayscale: #595959. Windows color (decimal): -13213290 or 9855286. OLE color: 9855286.

HSL color Cylindrical-coordinate representation of color #366196: hue angle of 213.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366196 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 97 150 -
CMYK 0.64 0.35 0 0.41
HSL 213.13º 0.47% 0.4% -
HSV(B) 213.13º 0.64% 0.59% -
XYZ 11.3 11.54 30.49 -
YUV 90.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 54 97 150 0.64 0.35 0 0.41 213.13 0.47 0.4
Hex 36 61 96 40 23 0 29 D5 2F 28
Octal 66 141 226 100 43 0 51 325 57 50
Binary 110110 1100001 10010110 1000000 100011 0 101001 11010101 101111 101000

Color Harmonies of #366196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366196

Black with #366196

Text Example


Text Example

White with #366196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366196; }

 p { color: rgb(54,97,150); }

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

background-color css

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

 a { background-color: rgb(54,97,150); }

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

border-color css

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

 span { border-color: rgb(54,97,150); }

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