Html Css Color HEX #365BA2 Mariner

📋 copy color: '#365BA2'

red 54 ◦ green 91 ◦ blue 162

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

Shades of Mariner #365BA2

Tints of Mariner #365BA2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.64%

 BLUE value IS 162 (63.67% from 255) = 52.77%

R = 17.59%
G = 29.64%
B = 52.77%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#365BA2 (or 0x365BA2) is known color: Mariner. HEX triplet: 36, 5B and A2. RGB value is (54,91,162). Sum of RGB (Red+Green+Blue) = 54+91+162=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #365BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365BA2 is #C9A45D. Grayscale: #575757. Windows color (decimal): -13214814 or 10640182. OLE color: 10640182.

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

Color convert

RGB 54 91 162 -
CMYK 0.67 0.44 0 0.36
HSL 219.44º 0.5% 0.42% -
HSV(B) 219.44º 0.67% 0.64% -
XYZ 11.78 10.88 35.66 -
YUV 88.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 54 91 162 0.67 0.44 0 0.36 219.44 0.5 0.42
Hex 36 5B A2 43 2C 0 24 DB 32 2A
Octal 66 133 242 103 54 0 44 333 62 52
Binary 110110 1011011 10100010 1000011 101100 0 100100 11011011 110010 101010

Color Harmonies of #365BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365BA2

Black with #365BA2

Text Example


Text Example

White with #365BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,91,162); }

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

background-color css

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

 a { background-color: rgb(54,91,162); }

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

border-color css

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

 span { border-color: rgb(54,91,162); }

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