Html Css Color HEX #365AA6 Mariner

📋 copy color: '#365AA6'

red 54 ◦ green 90 ◦ blue 166

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

Shades of Mariner #365AA6

Tints of Mariner #365AA6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.03%

 BLUE value IS 166 (65.23% from 255) = 53.55%

R = 17.42%
G = 29.03%
B = 53.55%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#365AA6 (or 0x365AA6) is known color: Mariner. HEX triplet: 36, 5A and A6. RGB value is (54,90,166). Sum of RGB (Red+Green+Blue) = 54+90+166=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #365AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365AA6 is #C9A559. Grayscale: #575757. Windows color (decimal): -13215066 or 10902070. OLE color: 10902070.

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

Color convert

RGB 54 90 166 -
CMYK 0.67 0.46 0 0.35
HSL 220.71º 0.51% 0.43% -
HSV(B) 220.71º 0.67% 0.65% -
XYZ 12.06 10.85 37.53 -
YUV 87.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 54 90 166 0.67 0.46 0 0.35 220.71 0.51 0.43
Hex 36 5A A6 43 2E 0 23 DD 33 2B
Octal 66 132 246 103 56 0 43 335 63 53
Binary 110110 1011010 10100110 1000011 101110 0 100011 11011101 110011 101011

Color Harmonies of #365AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AA6

Black with #365AA6

Text Example


Text Example

White with #365AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,90,166); }

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

background-color css

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

 a { background-color: rgb(54,90,166); }

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

border-color css

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

 span { border-color: rgb(54,90,166); }

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