#36416B

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

Shades of Port Gore #36416B

Tints of Port Gore #36416B

Color information

#36416B (or 0x36416B) is unknown color: approx Port Gore. HEX triplet: 36, 41 and 6B. RGB value is (54,65,107). Sum of RGB (Red+Green+Blue) = 54+65+107=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #36416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36416B is #C9BE94. Grayscale: #424242. Windows color (decimal): -13221525 or 7029046. OLE color: 7029046.

HSL color Cylindrical-coordinate representation of color #36416B: hue angle of 227.55º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36416B is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5465107-
CMYK0.500.3900.58
HSL227.55º32.92%31.57%-
HSV(B)227.55º49.53%41.96%-
XYZ6.075.6314.68-
YUV66.5150.86119.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 65 (25.78% from 255) = 28.76%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=23.89%
G=28.76%
B=47.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54651070.500.3900.58227.5532.9231.57
Hex36416B322703Ae42120
Octal6610115362470723444140
Binary11011010000011101011110010100111011101011100100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,65,107); }

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

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

 a { background-color: rgb(54,65,107); }

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

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

 span { border-color: rgb(54,65,107); }

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