Html Css Color HEX #365B96 Mariner

📋 copy color: '#365B96'

red 54 ◦ green 91 ◦ blue 150

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

Shades of Mariner #365B96

Tints of Mariner #365B96

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

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

R = 18.31%
G = 30.85%
B = 50.85%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#365B96 (or 0x365B96) is known color: Mariner. HEX triplet: 36, 5B and 96. RGB value is (54,91,150). Sum of RGB (Red+Green+Blue) = 54+91+150=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #365B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B96 is #C9A469. Grayscale: #565656. Windows color (decimal): -13214826 or 9853750. OLE color: 9853750.

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

Color convert

RGB 54 91 150 -
CMYK 0.64 0.39 0 0.41
HSL 216.88º 0.47% 0.4% -
HSV(B) 216.88º 0.64% 0.59% -
XYZ 10.77 10.47 30.31 -
YUV 86.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 54 91 150 0.64 0.39 0 0.41 216.88 0.47 0.4
Hex 36 5B 96 40 27 0 29 D9 2F 28
Octal 66 133 226 100 47 0 51 331 57 50
Binary 110110 1011011 10010110 1000000 100111 0 101001 11011001 101111 101000

Color Harmonies of #365B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B96

Black with #365B96

Text Example


Text Example

White with #365B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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