Html Css Color HEX #365F96 Mariner

📋 copy color: '#365F96'

red 54 ◦ green 95 ◦ blue 150

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

Shades of Mariner #365F96

Tints of Mariner #365F96

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.77%

 BLUE value IS 150 (58.98% from 255) = 50.17%

R = 18.06%
G = 31.77%
B = 50.17%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#365F96 (or 0x365F96) is known color: Mariner. HEX triplet: 36, 5F and 96. RGB value is (54,95,150). Sum of RGB (Red+Green+Blue) = 54+95+150=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #365F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F96 is #C9A069. Grayscale: #585858. Windows color (decimal): -13213802 or 9854774. OLE color: 9854774.

HSL color Cylindrical-coordinate representation of color #365F96: hue angle of 214.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365F96 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 95 150 -
CMYK 0.64 0.37 0 0.41
HSL 214.38º 0.47% 0.4% -
HSV(B) 214.38º 0.64% 0.59% -
XYZ 11.12 11.17 30.42 -
YUV 89.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 54 95 150 0.64 0.37 0 0.41 214.38 0.47 0.4
Hex 36 5F 96 40 25 0 29 D6 2F 28
Octal 66 137 226 100 45 0 51 326 57 50
Binary 110110 1011111 10010110 1000000 100101 0 101001 11010110 101111 101000

Color Harmonies of #365F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F96

Black with #365F96

Text Example


Text Example

White with #365F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,95,150); }

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

background-color css

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

 a { background-color: rgb(54,95,150); }

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

border-color css

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

 span { border-color: rgb(54,95,150); }

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