Html Css Color HEX #365BA8 Mariner

📋 copy color: '#365BA8'

red 54 ◦ green 91 ◦ blue 168

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

Shades of Mariner #365BA8

Tints of Mariner #365BA8

RGB

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

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

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

R = 17.25%
G = 29.07%
B = 53.67%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#365BA8 (or 0x365BA8) is known color: Mariner. HEX triplet: 36, 5B and A8. RGB value is (54,91,168). Sum of RGB (Red+Green+Blue) = 54+91+168=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 168 (66.02% from 255 or 53.67% from 313); Max value from RGB is 168 - color contains mainly: blue. Hex color #365BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365BA8 is #C9A457. Grayscale: #585858. Windows color (decimal): -13214808 or 11033398. OLE color: 11033398.

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

Color convert

RGB 54 91 168 -
CMYK 0.68 0.46 0 0.34
HSL 220.53º 0.51% 0.44% -
HSV(B) 220.53º 0.68% 0.66% -
XYZ 12.33 11.09 38.54 -
YUV 88.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 54 91 168 0.68 0.46 0 0.34 220.53 0.51 0.44
Hex 36 5B A8 44 2E 0 22 DD 33 2C
Octal 66 133 250 104 56 0 42 335 63 54
Binary 110110 1011011 10101000 1000100 101110 0 100010 11011101 110011 101100

Color Harmonies of #365BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365BA8

Black with #365BA8

Text Example


Text Example

White with #365BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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