Html Css Color HEX #365899 Mariner

📋 copy color: '#365899'

red 54 ◦ green 88 ◦ blue 153

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

Shades of Mariner #365899

Tints of Mariner #365899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

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

R = 18.31%
G = 29.83%
B = 51.86%

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

#365899 (or 0x365899) is known color: Mariner. HEX triplet: 36, 58 and 99. RGB value is (54,88,153). Sum of RGB (Red+Green+Blue) = 54+88+153=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #365899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365899 is #C9A766. Grayscale: #545454. Windows color (decimal): -13215591 or 10049590. OLE color: 10049590.

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

Color convert

RGB 54 88 153 -
CMYK 0.65 0.42 0 0.4
HSL 219.39º 0.48% 0.41% -
HSV(B) 219.39º 0.65% 0.6% -
XYZ 10.76 10.06 31.51 -
YUV 85.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 54 88 153 0.65 0.42 0 0.4 219.39 0.48 0.41
Hex 36 58 99 41 2A 0 28 DB 30 29
Octal 66 130 231 101 52 0 50 333 60 51
Binary 110110 1011000 10011001 1000001 101010 0 101000 11011011 110000 101001

Color Harmonies of #365899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365899

Black with #365899

Text Example


Text Example

White with #365899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365899; }

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

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

background-color css

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

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

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

border-color css

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

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

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