Html Css Color HEX #365DAD Mariner

📋 copy color: '#365DAD'

red 54 ◦ green 93 ◦ blue 173

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

Shades of Mariner #365DAD

Tints of Mariner #365DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

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

R = 16.88%
G = 29.06%
B = 54.06%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#365DAD (or 0x365DAD) is known color: Mariner. HEX triplet: 36, 5D and AD. RGB value is (54,93,173). Sum of RGB (Red+Green+Blue) = 54+93+173=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #365DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365DAD is #C9A252. Grayscale: #5A5A5A. Windows color (decimal): -13214291 or 11361590. OLE color: 11361590.

HSL color Cylindrical-coordinate representation of color #365DAD: hue angle of 220.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 #365DAD is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 93 173 -
CMYK 0.69 0.46 0 0.32
HSL 220.34º 0.52% 0.45% -
HSV(B) 220.34º 0.69% 0.68% -
XYZ 12.98 11.63 41.1 -
YUV 90.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 54 93 173 0.69 0.46 0 0.32 220.34 0.52 0.45
Hex 36 5D AD 45 2E 0 20 DC 34 2D
Octal 66 135 255 105 56 0 40 334 64 55
Binary 110110 1011101 10101101 1000101 101110 0 100000 11011100 110100 101101

Color Harmonies of #365DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DAD

Black with #365DAD

Text Example


Text Example

White with #365DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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