Html Css Color HEX #365DAF Mariner

📋 copy color: '#365DAF'

red 54 ◦ green 93 ◦ blue 175

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

Shades of Mariner #365DAF

Tints of Mariner #365DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.35%

R = 16.77%
G = 28.88%
B = 54.35%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#365DAF (or 0x365DAF) is known color: Mariner. HEX triplet: 36, 5D and AF. RGB value is (54,93,175). Sum of RGB (Red+Green+Blue) = 54+93+175=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #365DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365DAF is #C9A250. Grayscale: #5A5A5A. Windows color (decimal): -13214289 or 11492662. OLE color: 11492662.

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

Color convert

RGB 54 93 175 -
CMYK 0.69 0.47 0 0.31
HSL 220.66º 0.53% 0.45% -
HSV(B) 220.66º 0.69% 0.69% -
XYZ 13.17 11.71 42.12 -
YUV 90.69 175.58 101.83 -
System Red Green Blue C M Y K H S L
Decimal 54 93 175 0.69 0.47 0 0.31 220.66 0.53 0.45
Hex 36 5D AF 45 2F 0 1F DD 35 2D
Octal 66 135 257 105 57 0 37 335 65 55
Binary 110110 1011101 10101111 1000101 101111 0 11111 11011101 110101 101101

Color Harmonies of #365DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DAF

Black with #365DAF

Text Example


Text Example

White with #365DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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