Html Css Color HEX #365D99 Mariner

📋 copy color: '#365D99'

red 54 ◦ green 93 ◦ blue 153

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

Shades of Mariner #365D99

Tints of Mariner #365D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

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

R = 18%
G = 31%
B = 51%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#365D99 (or 0x365D99) is known color: Mariner. HEX triplet: 36, 5D and 99. RGB value is (54,93,153). Sum of RGB (Red+Green+Blue) = 54+93+153=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #365D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D99 is #C9A266. Grayscale: #575757. Windows color (decimal): -13214311 or 10050870. OLE color: 10050870.

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

Color convert

RGB 54 93 153 -
CMYK 0.65 0.39 0 0.4
HSL 216.36º 0.48% 0.41% -
HSV(B) 216.36º 0.65% 0.6% -
XYZ 11.19 10.91 31.65 -
YUV 88.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 54 93 153 0.65 0.39 0 0.4 216.36 0.48 0.41
Hex 36 5D 99 41 27 0 28 D8 30 29
Octal 66 135 231 101 47 0 50 330 60 51
Binary 110110 1011101 10011001 1000001 100111 0 101000 11011000 110000 101001

Color Harmonies of #365D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D99

Black with #365D99

Text Example


Text Example

White with #365D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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