Html Css Color HEX #365EA2 Mariner

📋 copy color: '#365EA2'

red 54 ◦ green 94 ◦ blue 162

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

Shades of Mariner #365EA2

Tints of Mariner #365EA2

RGB

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

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

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

R = 17.42%
G = 30.32%
B = 52.26%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#365EA2 (or 0x365EA2) is known color: Mariner. HEX triplet: 36, 5E and A2. RGB value is (54,94,162). Sum of RGB (Red+Green+Blue) = 54+94+162=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 162 (63.67% from 255 or 52.26% from 310); Max value from RGB is 162 - color contains mainly: blue. Hex color #365EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365EA2 is #C9A15D. Grayscale: #595959. Windows color (decimal): -13214046 or 10640950. OLE color: 10640950.

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

Color convert

RGB 54 94 162 -
CMYK 0.67 0.42 0 0.36
HSL 217.78º 0.5% 0.42% -
HSV(B) 217.78º 0.67% 0.64% -
XYZ 12.05 11.4 35.75 -
YUV 89.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 54 94 162 0.67 0.42 0 0.36 217.78 0.5 0.42
Hex 36 5E A2 43 2A 0 24 DA 32 2A
Octal 66 136 242 103 52 0 44 332 62 52
Binary 110110 1011110 10100010 1000011 101010 0 100100 11011010 110010 101010

Color Harmonies of #365EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365EA2

Black with #365EA2

Text Example


Text Example

White with #365EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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