Html Css Color HEX #365EAF Mariner

📋 copy color: '#365EAF'

red 54 ◦ green 94 ◦ blue 175

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

Shades of Mariner #365EAF

Tints of Mariner #365EAF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.1%

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

R = 16.72%
G = 29.1%
B = 54.18%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#365EAF (or 0x365EAF) is known color: Mariner. HEX triplet: 36, 5E and AF. RGB value is (54,94,175). Sum of RGB (Red+Green+Blue) = 54+94+175=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #365EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365EAF is #C9A150. Grayscale: #5A5A5A. Windows color (decimal): -13214033 or 11492918. OLE color: 11492918.

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

Color convert

RGB 54 94 175 -
CMYK 0.69 0.46 0 0.31
HSL 220.17º 0.53% 0.45% -
HSV(B) 220.17º 0.69% 0.69% -
XYZ 13.26 11.88 42.15 -
YUV 91.27 175.25 101.41 -
System Red Green Blue C M Y K H S L
Decimal 54 94 175 0.69 0.46 0 0.31 220.17 0.53 0.45
Hex 36 5E AF 45 2E 0 1F DC 35 2D
Octal 66 136 257 105 56 0 37 334 65 55
Binary 110110 1011110 10101111 1000101 101110 0 11111 11011100 110101 101101

Color Harmonies of #365EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365EAF

Black with #365EAF

Text Example


Text Example

White with #365EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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