Html Css Color HEX #365B95 Mariner

📋 copy color: '#365B95'

red 54 ◦ green 91 ◦ blue 149

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

Shades of Mariner #365B95

Tints of Mariner #365B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.68%

R = 18.37%
G = 30.95%
B = 50.68%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365B95 (or 0x365B95) is known color: Mariner. HEX triplet: 36, 5B and 95. RGB value is (54,91,149). Sum of RGB (Red+Green+Blue) = 54+91+149=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #365B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B95 is #C9A46A. Grayscale: #565656. Windows color (decimal): -13214827 or 9788214. OLE color: 9788214.

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

Color convert

RGB 54 91 149 -
CMYK 0.64 0.39 0 0.42
HSL 216.63º 0.47% 0.4% -
HSV(B) 216.63º 0.64% 0.58% -
XYZ 10.69 10.44 29.88 -
YUV 86.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 54 91 149 0.64 0.39 0 0.42 216.63 0.47 0.4
Hex 36 5B 95 40 27 0 2A D9 2F 28
Octal 66 133 225 100 47 0 52 331 57 50
Binary 110110 1011011 10010101 1000000 100111 0 101010 11011001 101111 101000

Color Harmonies of #365B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B95

Black with #365B95

Text Example


Text Example

White with #365B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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