Html Css Color HEX #365BAC Mariner

📋 copy color: '#365BAC'

red 54 ◦ green 91 ◦ blue 172

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

Shades of Mariner #365BAC

Tints of Mariner #365BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 17.03%
G = 28.71%
B = 54.26%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#365BAC (or 0x365BAC) is known color: Mariner. HEX triplet: 36, 5B and AC. RGB value is (54,91,172). Sum of RGB (Red+Green+Blue) = 54+91+172=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #365BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365BAC is #C9A453. Grayscale: #585858. Windows color (decimal): -13214804 or 11295542. OLE color: 11295542.

HSL color Cylindrical-coordinate representation of color #365BAC: hue angle of 221.19º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #365BAC is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 91 172 -
CMYK 0.69 0.47 0 0.33
HSL 221.19º 0.52% 0.44% -
HSV(B) 221.19º 0.69% 0.67% -
XYZ 12.71 11.25 40.53 -
YUV 89.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 54 91 172 0.69 0.47 0 0.33 221.19 0.52 0.44
Hex 36 5B AC 45 2F 0 21 DD 34 2C
Octal 66 133 254 105 57 0 41 335 64 54
Binary 110110 1011011 10101100 1000101 101111 0 100001 11011101 110100 101100

Color Harmonies of #365BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365BAC

Black with #365BAC

Text Example


Text Example

White with #365BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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