Html Css Color HEX #365E9F Mariner

📋 copy color: '#365E9F'

red 54 ◦ green 94 ◦ blue 159

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

Shades of Mariner #365E9F

Tints of Mariner #365E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.79%

R = 17.59%
G = 30.62%
B = 51.79%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#365E9F (or 0x365E9F) is known color: Mariner. HEX triplet: 36, 5E and 9F. RGB value is (54,94,159). Sum of RGB (Red+Green+Blue) = 54+94+159=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #365E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E9F is #C9A160. Grayscale: #595959. Windows color (decimal): -13214049 or 10444342. OLE color: 10444342.

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

Color convert

RGB 54 94 159 -
CMYK 0.66 0.41 0 0.38
HSL 217.14º 0.49% 0.42% -
HSV(B) 217.14º 0.66% 0.62% -
XYZ 11.78 11.29 34.36 -
YUV 89.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 54 94 159 0.66 0.41 0 0.38 217.14 0.49 0.42
Hex 36 5E 9F 42 29 0 26 D9 31 2A
Octal 66 136 237 102 51 0 46 331 61 52
Binary 110110 1011110 10011111 1000010 101001 0 100110 11011001 110001 101010

Color Harmonies of #365E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E9F

Black with #365E9F

Text Example


Text Example

White with #365E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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