Html Css Color HEX #365999 Mariner

📋 copy color: '#365999'

red 54 ◦ green 89 ◦ blue 153

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

Shades of Mariner #365999

Tints of Mariner #365999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

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

R = 18.24%
G = 30.07%
B = 51.69%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#365999 (or 0x365999) is known color: Mariner. HEX triplet: 36, 59 and 99. RGB value is (54,89,153). Sum of RGB (Red+Green+Blue) = 54+89+153=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #365999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365999 is #C9A666. Grayscale: #555555. Windows color (decimal): -13215335 or 10049846. OLE color: 10049846.

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

Color convert

RGB 54 89 153 -
CMYK 0.65 0.42 0 0.4
HSL 218.79º 0.48% 0.41% -
HSV(B) 218.79º 0.65% 0.6% -
XYZ 10.84 10.23 31.54 -
YUV 85.83 165.9 105.3 -
System Red Green Blue C M Y K H S L
Decimal 54 89 153 0.65 0.42 0 0.4 218.79 0.48 0.41
Hex 36 59 99 41 2A 0 28 DB 30 29
Octal 66 131 231 101 52 0 50 333 60 51
Binary 110110 1011001 10011001 1000001 101010 0 101000 11011011 110000 101001

Color Harmonies of #365999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365999

Black with #365999

Text Example


Text Example

White with #365999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365999; }

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

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

background-color css

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

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

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

border-color css

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

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

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