Html Css Color HEX #366099 Mariner

📋 copy color: '#366099'

red 54 ◦ green 96 ◦ blue 153

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

Shades of Mariner #366099

Tints of Mariner #366099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 17.82%
G = 31.68%
B = 50.5%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#366099 (or 0x366099) is known color: Mariner. HEX triplet: 36, 60 and 99. RGB value is (54,96,153). Sum of RGB (Red+Green+Blue) = 54+96+153=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #366099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366099 is #C99F66. Grayscale: #595959. Windows color (decimal): -13213543 or 10051638. OLE color: 10051638.

HSL color Cylindrical-coordinate representation of color #366099: hue angle of 214.55º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #366099 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 96 153 -
CMYK 0.65 0.37 0 0.4
HSL 214.55º 0.48% 0.41% -
HSV(B) 214.55º 0.65% 0.6% -
XYZ 11.45 11.45 31.74 -
YUV 89.94 163.59 102.37 -
System Red Green Blue C M Y K H S L
Decimal 54 96 153 0.65 0.37 0 0.4 214.55 0.48 0.41
Hex 36 60 99 41 25 0 28 D7 30 29
Octal 66 140 231 101 45 0 50 327 60 51
Binary 110110 1100000 10011001 1000001 100101 0 101000 11010111 110000 101001

Color Harmonies of #366099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366099

Black with #366099

Text Example


Text Example

White with #366099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366099; }

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

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

background-color css

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

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

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

border-color css

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

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

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