Html Css Color HEX #365F97 Mariner

📋 copy color: '#365F97'

red 54 ◦ green 95 ◦ blue 151

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

Shades of Mariner #365F97

Tints of Mariner #365F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.33%

R = 18%
G = 31.67%
B = 50.33%

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

#365F97 (or 0x365F97) is known color: Mariner. HEX triplet: 36, 5F and 97. RGB value is (54,95,151). Sum of RGB (Red+Green+Blue) = 54+95+151=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #365F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F97 is #C9A068. Grayscale: #585858. Windows color (decimal): -13213801 or 9920310. OLE color: 9920310.

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

Color convert

RGB 54 95 151 -
CMYK 0.64 0.37 0 0.41
HSL 214.64º 0.47% 0.4% -
HSV(B) 214.64º 0.64% 0.59% -
XYZ 11.2 11.2 30.85 -
YUV 89.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 54 95 151 0.64 0.37 0 0.41 214.64 0.47 0.4
Hex 36 5F 97 40 25 0 29 D7 2F 28
Octal 66 137 227 100 45 0 51 327 57 50
Binary 110110 1011111 10010111 1000000 100101 0 101001 11010111 101111 101000

Color Harmonies of #365F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F97

Black with #365F97

Text Example


Text Example

White with #365F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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