Html Css Color HEX #365AA1 Mariner

📋 copy color: '#365AA1'

red 54 ◦ green 90 ◦ blue 161

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

Shades of Mariner #365AA1

Tints of Mariner #365AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 52.79%

R = 17.7%
G = 29.51%
B = 52.79%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#365AA1 (or 0x365AA1) is known color: Mariner. HEX triplet: 36, 5A and A1. RGB value is (54,90,161). Sum of RGB (Red+Green+Blue) = 54+90+161=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #365AA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365AA1 is #C9A55E. Grayscale: #575757. Windows color (decimal): -13215071 or 10574390. OLE color: 10574390.

HSL color Cylindrical-coordinate representation of color #365AA1: hue angle of 219.81º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #365AA1 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 90 161 -
CMYK 0.66 0.44 0 0.37
HSL 219.81º 0.5% 0.42% -
HSV(B) 219.81º 0.66% 0.63% -
XYZ 11.61 10.67 35.17 -
YUV 87.33 169.57 104.23 -
System Red Green Blue C M Y K H S L
Decimal 54 90 161 0.66 0.44 0 0.37 219.81 0.5 0.42
Hex 36 5A A1 42 2C 0 25 DC 32 2A
Octal 66 132 241 102 54 0 45 334 62 52
Binary 110110 1011010 10100001 1000010 101100 0 100101 11011100 110010 101010

Color Harmonies of #365AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AA1

Black with #365AA1

Text Example


Text Example

White with #365AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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