Html Css Color HEX #366399 Mariner

📋 copy color: '#366399'

red 54 ◦ green 99 ◦ blue 153

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

Shades of Mariner #366399

Tints of Mariner #366399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

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

R = 17.65%
G = 32.35%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#366399 (or 0x366399) is known color: Mariner. HEX triplet: 36, 63 and 99. RGB value is (54,99,153). Sum of RGB (Red+Green+Blue) = 54+99+153=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #366399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366399 is #C99C66. Grayscale: #5B5B5B. Windows color (decimal): -13212775 or 10052406. OLE color: 10052406.

HSL color Cylindrical-coordinate representation of color #366399: hue angle of 212.73º 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 #366399 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 99 153 -
CMYK 0.65 0.35 0 0.4
HSL 212.73º 0.48% 0.41% -
HSV(B) 212.73º 0.65% 0.6% -
XYZ 11.73 12.01 31.84 -
YUV 91.7 162.59 101.11 -
System Red Green Blue C M Y K H S L
Decimal 54 99 153 0.65 0.35 0 0.4 212.73 0.48 0.41
Hex 36 63 99 41 23 0 28 D5 30 29
Octal 66 143 231 101 43 0 50 325 60 51
Binary 110110 1100011 10011001 1000001 100011 0 101000 11010101 110000 101001

Color Harmonies of #366399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366399

Black with #366399

Text Example


Text Example

White with #366399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366399; }

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

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

background-color css

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

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

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

border-color css

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

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

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