Html Css Color HEX #365E9B Mariner

📋 copy color: '#365E9B'

red 54 ◦ green 94 ◦ blue 155

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

Shades of Mariner #365E9B

Tints of Mariner #365E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.02%

 BLUE value IS 155 (60.94% from 255) = 51.16%

R = 17.82%
G = 31.02%
B = 51.16%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#365E9B (or 0x365E9B) is known color: Mariner. HEX triplet: 36, 5E and 9B. RGB value is (54,94,155). Sum of RGB (Red+Green+Blue) = 54+94+155=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #365E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E9B is #C9A164. Grayscale: #585858. Windows color (decimal): -13214053 or 10182198. OLE color: 10182198.

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

Color convert

RGB 54 94 155 -
CMYK 0.65 0.39 0 0.39
HSL 216.24º 0.48% 0.41% -
HSV(B) 216.24º 0.65% 0.61% -
XYZ 11.44 11.16 32.56 -
YUV 88.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 54 94 155 0.65 0.39 0 0.39 216.24 0.48 0.41
Hex 36 5E 9B 41 27 0 27 D8 30 29
Octal 66 136 233 101 47 0 47 330 60 51
Binary 110110 1011110 10011011 1000001 100111 0 100111 11011000 110000 101001

Color Harmonies of #365E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E9B

Black with #365E9B

Text Example


Text Example

White with #365E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,94,155); }

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

background-color css

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

 a { background-color: rgb(54,94,155); }

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

border-color css

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

 span { border-color: rgb(54,94,155); }

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