Html Css Color HEX #365BAD Mariner

📋 copy color: '#365BAD'

red 54 ◦ green 91 ◦ blue 173

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

Shades of Mariner #365BAD

Tints of Mariner #365BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.4%

R = 16.98%
G = 28.62%
B = 54.4%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#365BAD (or 0x365BAD) is known color: Mariner. HEX triplet: 36, 5B and AD. RGB value is (54,91,173). Sum of RGB (Red+Green+Blue) = 54+91+173=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #365BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365BAD is #C9A452. Grayscale: #585858. Windows color (decimal): -13214803 or 11361078. OLE color: 11361078.

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

Color convert

RGB 54 91 173 -
CMYK 0.69 0.47 0 0.32
HSL 221.34º 0.52% 0.45% -
HSV(B) 221.34º 0.69% 0.68% -
XYZ 12.81 11.28 41.04 -
YUV 89.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 54 91 173 0.69 0.47 0 0.32 221.34 0.52 0.45
Hex 36 5B AD 45 2F 0 20 DD 34 2D
Octal 66 133 255 105 57 0 40 335 64 55
Binary 110110 1011011 10101101 1000101 101111 0 100000 11011101 110100 101101

Color Harmonies of #365BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365BAD

Black with #365BAD

Text Example


Text Example

White with #365BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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