Html Css Color HEX #365699 Mariner

📋 copy color: '#365699'

red 54 ◦ green 86 ◦ blue 153

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

Shades of Mariner #365699

Tints of Mariner #365699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 18.43%
G = 29.35%
B = 52.22%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#365699 (or 0x365699) is known color: Mariner. HEX triplet: 36, 56 and 99. RGB value is (54,86,153). Sum of RGB (Red+Green+Blue) = 54+86+153=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #365699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365699 is #C9A966. Grayscale: #535353. Windows color (decimal): -13216103 or 10049078. OLE color: 10049078.

HSL color Cylindrical-coordinate representation of color #365699: hue angle of 220.61º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #365699 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 86 153 -
CMYK 0.65 0.44 0 0.4
HSL 220.61º 0.48% 0.41% -
HSV(B) 220.61º 0.65% 0.6% -
XYZ 10.6 9.74 31.46 -
YUV 84.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 54 86 153 0.65 0.44 0 0.4 220.61 0.48 0.41
Hex 36 56 99 41 2C 0 28 DD 30 29
Octal 66 126 231 101 54 0 50 335 60 51
Binary 110110 1010110 10011001 1000001 101100 0 101000 11011101 110000 101001

Color Harmonies of #365699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365699

Black with #365699

Text Example


Text Example

White with #365699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365699; }

 p { color: rgb(54,86,153); }

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

background-color css

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

 a { background-color: rgb(54,86,153); }

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

border-color css

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

 span { border-color: rgb(54,86,153); }

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