Html Css Color HEX #366097 Mariner

📋 copy color: '#366097'

red 54 ◦ green 96 ◦ blue 151

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

Shades of Mariner #366097

Tints of Mariner #366097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.17%

R = 17.94%
G = 31.89%
B = 50.17%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#366097 (or 0x366097) is known color: Mariner. HEX triplet: 36, 60 and 97. RGB value is (54,96,151). Sum of RGB (Red+Green+Blue) = 54+96+151=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #366097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366097 is #C99F68. Grayscale: #595959. Windows color (decimal): -13213545 or 9920566. OLE color: 9920566.

HSL color Cylindrical-coordinate representation of color #366097: hue angle of 214.02º 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 #366097 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 96 151 -
CMYK 0.64 0.36 0 0.41
HSL 214.02º 0.47% 0.4% -
HSV(B) 214.02º 0.64% 0.59% -
XYZ 11.29 11.38 30.88 -
YUV 89.71 162.59 102.53 -
System Red Green Blue C M Y K H S L
Decimal 54 96 151 0.64 0.36 0 0.41 214.02 0.47 0.4
Hex 36 60 97 40 24 0 29 D6 2F 28
Octal 66 140 227 100 44 0 51 326 57 50
Binary 110110 1100000 10010111 1000000 100100 0 101001 11010110 101111 101000

Color Harmonies of #366097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366097

Black with #366097

Text Example


Text Example

White with #366097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366097; }

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

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

background-color css

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

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

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

border-color css

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

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

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