Html Css Color HEX #365C95 Mariner

📋 copy color: '#365C95'

red 54 ◦ green 92 ◦ blue 149

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

Shades of Mariner #365C95

Tints of Mariner #365C95

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

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

R = 18.31%
G = 31.19%
B = 50.51%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365C95 (or 0x365C95) is known color: Mariner. HEX triplet: 36, 5C and 95. RGB value is (54,92,149). Sum of RGB (Red+Green+Blue) = 54+92+149=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #365C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C95 is #C9A36A. Grayscale: #565656. Windows color (decimal): -13214571 or 9788470. OLE color: 9788470.

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

Color convert

RGB 54 92 149 -
CMYK 0.64 0.38 0 0.42
HSL 216º 0.47% 0.4% -
HSV(B) 216º 0.64% 0.58% -
XYZ 10.77 10.61 29.91 -
YUV 87.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 54 92 149 0.64 0.38 0 0.42 216 0.47 0.4
Hex 36 5C 95 40 26 0 2A D8 2F 28
Octal 66 134 225 100 46 0 52 330 57 50
Binary 110110 1011100 10010101 1000000 100110 0 101010 11011000 101111 101000

Color Harmonies of #365C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C95

Black with #365C95

Text Example


Text Example

White with #365C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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