Html Css Color HEX #365DAE Mariner

📋 copy color: '#365DAE'

red 54 ◦ green 93 ◦ blue 174

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

Shades of Mariner #365DAE

Tints of Mariner #365DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.21%

R = 16.82%
G = 28.97%
B = 54.21%

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

#365DAE (or 0x365DAE) is known color: Mariner. HEX triplet: 36, 5D and AE. RGB value is (54,93,174). Sum of RGB (Red+Green+Blue) = 54+93+174=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #365DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365DAE is #C9A251. Grayscale: #5A5A5A. Windows color (decimal): -13214290 or 11427126. OLE color: 11427126.

HSL color Cylindrical-coordinate representation of color #365DAE: hue angle of 220.5º degrees, saturation: 0.53, 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 #365DAE is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 93 174 -
CMYK 0.69 0.47 0 0.32
HSL 220.5º 0.53% 0.45% -
HSV(B) 220.5º 0.69% 0.68% -
XYZ 13.08 11.67 41.61 -
YUV 90.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 54 93 174 0.69 0.47 0 0.32 220.5 0.53 0.45
Hex 36 5D AE 45 2F 0 20 DC 35 2D
Octal 66 135 256 105 57 0 40 334 65 55
Binary 110110 1011101 10101110 1000101 101111 0 100000 11011100 110101 101101

Color Harmonies of #365DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DAE

Black with #365DAE

Text Example


Text Example

White with #365DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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