#36629B

Color #36629B Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #36629B

Tints of Mariner #36629B

Color information

#36629B (or 0x36629B) is unknown color: approx Mariner. HEX triplet: 36, 62 and 9B. RGB value is (54,98,155). Sum of RGB (Red+Green+Blue) = 54+98+155=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #36629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36629B is #C99D64. Grayscale: #5B5B5B. Windows color (decimal): -13213029 or 10183222. OLE color: 10183222.

HSL color Cylindrical-coordinate representation of color #36629B: hue angle of 213.86º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36629B is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5498155-
CMYK0.650.3700.39
HSL213.86º48.33%40.98%-
HSV(B)213.86º65.16%60.78%-
XYZ11.8111.8932.68-
YUV91.34163.92101.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.59%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=17.59%
G=31.92%
B=50.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54981550.650.3700.39213.8648.3340.98
Hex36629B4125027d63029
Octal66142233101450473266051
Binary1101101100010100110111000001100101010011111010110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36629B; }

 p { color: rgb(54,98,155); }

 H1.HeaderClassName
 {
   color: #36629B;
 }
 .AnyTagClassName
 {
   color: #36629B;
 }
</style>
background-color css

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

 a { background-color: rgb(54,98,155); }

 div.DivClassName
 {
   background-color: #36629B;
 }
 .BgClassName
 {
   background-color: #36629B;
 }
</style>
border-color css

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

 span { border-color: rgb(54,98,155); }

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