Html Css Color HEX #365F95 Mariner

📋 copy color: '#365F95'

red 54 ◦ green 95 ◦ blue 149

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

Shades of Mariner #365F95

Tints of Mariner #365F95

RGB

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

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

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

R = 18.12%
G = 31.88%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365F95 (or 0x365F95) is known color: Mariner. HEX triplet: 36, 5F and 95. RGB value is (54,95,149). Sum of RGB (Red+Green+Blue) = 54+95+149=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #365F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F95 is #C9A06A. Grayscale: #585858. Windows color (decimal): -13213803 or 9789238. OLE color: 9789238.

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

Color convert

RGB 54 95 149 -
CMYK 0.64 0.36 0 0.42
HSL 214.11º 0.47% 0.4% -
HSV(B) 214.11º 0.64% 0.58% -
XYZ 11.04 11.14 30 -
YUV 88.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 54 95 149 0.64 0.36 0 0.42 214.11 0.47 0.4
Hex 36 5F 95 40 24 0 2A D6 2F 28
Octal 66 137 225 100 44 0 52 326 57 50
Binary 110110 1011111 10010101 1000000 100100 0 101010 11010110 101111 101000

Color Harmonies of #365F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F95

Black with #365F95

Text Example


Text Example

White with #365F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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