Html Css Color HEX #366095 Mariner

📋 copy color: '#366095'

red 54 ◦ green 96 ◦ blue 149

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

Shades of Mariner #366095

Tints of Mariner #366095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

 BLUE value IS 149 (58.59% from 255) = 49.83%

R = 18.06%
G = 32.11%
B = 49.83%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#366095 (or 0x366095) is known color: Mariner. HEX triplet: 36, 60 and 95. RGB value is (54,96,149). Sum of RGB (Red+Green+Blue) = 54+96+149=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #366095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366095 is #C99F6A. Grayscale: #595959. Windows color (decimal): -13213547 or 9789494. OLE color: 9789494.

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

Color convert

RGB 54 96 149 -
CMYK 0.64 0.36 0 0.42
HSL 213.47º 0.47% 0.4% -
HSV(B) 213.47º 0.64% 0.58% -
XYZ 11.13 11.32 30.03 -
YUV 89.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 54 96 149 0.64 0.36 0 0.42 213.47 0.47 0.4
Hex 36 60 95 40 24 0 2A D5 2F 28
Octal 66 140 225 100 44 0 52 325 57 50
Binary 110110 1100000 10010101 1000000 100100 0 101010 11010101 101111 101000

Color Harmonies of #366095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366095

Black with #366095

Text Example


Text Example

White with #366095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366095; }

 p { color: rgb(54,96,149); }

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

background-color css

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

 a { background-color: rgb(54,96,149); }

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

border-color css

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

 span { border-color: rgb(54,96,149); }

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