Html Css Color HEX #365DA5 Mariner

📋 copy color: '#365DA5'

red 54 ◦ green 93 ◦ blue 165

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

Shades of Mariner #365DA5

Tints of Mariner #365DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 52.88%

R = 17.31%
G = 29.81%
B = 52.88%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#365DA5 (or 0x365DA5) is known color: Mariner. HEX triplet: 36, 5D and A5. RGB value is (54,93,165). Sum of RGB (Red+Green+Blue) = 54+93+165=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 165 (64.84% from 255 or 52.88% from 312); Max value from RGB is 165 - color contains mainly: blue. Hex color #365DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365DA5 is #C9A25A. Grayscale: #595959. Windows color (decimal): -13214299 or 10837302. OLE color: 10837302.

HSL color Cylindrical-coordinate representation of color #365DA5: hue angle of 218.92º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #365DA5 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 93 165 -
CMYK 0.67 0.44 0 0.35
HSL 218.92º 0.51% 0.43% -
HSV(B) 218.92º 0.67% 0.65% -
XYZ 12.23 11.33 37.14 -
YUV 89.55 170.58 102.65 -
System Red Green Blue C M Y K H S L
Decimal 54 93 165 0.67 0.44 0 0.35 218.92 0.51 0.43
Hex 36 5D A5 43 2C 0 23 DB 33 2B
Octal 66 135 245 103 54 0 43 333 63 53
Binary 110110 1011101 10100101 1000011 101100 0 100011 11011011 110011 101011

Color Harmonies of #365DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DA5

Black with #365DA5

Text Example


Text Example

White with #365DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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