Html Css Color HEX #365E9D Mariner

📋 copy color: '#365E9D'

red 54 ◦ green 94 ◦ blue 157

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

Shades of Mariner #365E9D

Tints of Mariner #365E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 17.7%
G = 30.82%
B = 51.48%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#365E9D (or 0x365E9D) is known color: Mariner. HEX triplet: 36, 5E and 9D. RGB value is (54,94,157). Sum of RGB (Red+Green+Blue) = 54+94+157=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #365E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E9D is #C9A162. Grayscale: #585858. Windows color (decimal): -13214051 or 10313270. OLE color: 10313270.

HSL color Cylindrical-coordinate representation of color #365E9D: hue angle of 216.7º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #365E9D is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 94 157 -
CMYK 0.66 0.40 0 0.38
HSL 216.7º 0.49% 0.41% -
HSV(B) 216.7º 0.66% 0.62% -
XYZ 11.61 11.22 33.45 -
YUV 89.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 54 94 157 0.66 0.40 0 0.38 216.7 0.49 0.41
Hex 36 5E 9D 42 28 0 26 D9 31 29
Octal 66 136 235 102 50 0 46 331 61 51
Binary 110110 1011110 10011101 1000010 101000 0 100110 11011001 110001 101001

Color Harmonies of #365E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E9D

Black with #365E9D

Text Example


Text Example

White with #365E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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