Html Css Color HEX #365EA8 Mariner

📋 copy color: '#365EA8'

red 54 ◦ green 94 ◦ blue 168

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

Shades of Mariner #365EA8

Tints of Mariner #365EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 53.16%

R = 17.09%
G = 29.75%
B = 53.16%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#365EA8 (or 0x365EA8) is known color: Mariner. HEX triplet: 36, 5E and A8. RGB value is (54,94,168). Sum of RGB (Red+Green+Blue) = 54+94+168=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 168 (66.02% from 255 or 53.16% from 316); Max value from RGB is 168 - color contains mainly: blue. Hex color #365EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365EA8 is #C9A157. Grayscale: #5A5A5A. Windows color (decimal): -13214040 or 11034166. OLE color: 11034166.

HSL color Cylindrical-coordinate representation of color #365EA8: hue angle of 218.95º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #365EA8 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 54 94 168 -
CMYK 0.68 0.44 0 0.34
HSL 218.95º 0.51% 0.44% -
HSV(B) 218.95º 0.68% 0.66% -
XYZ 12.59 11.62 38.62 -
YUV 90.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 54 94 168 0.68 0.44 0 0.34 218.95 0.51 0.44
Hex 36 5E A8 44 2C 0 22 DB 33 2C
Octal 66 136 250 104 54 0 42 333 63 54
Binary 110110 1011110 10101000 1000100 101100 0 100010 11011011 110011 101100

Color Harmonies of #365EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365EA8

Black with #365EA8

Text Example


Text Example

White with #365EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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