#36426B

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

Shades of Port Gore #36426B

Tints of Port Gore #36426B

Color information

#36426B (or 0x36426B) is unknown color: approx Port Gore. HEX triplet: 36, 42 and 6B. RGB value is (54,66,107). Sum of RGB (Red+Green+Blue) = 54+66+107=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #36426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36426B is #C9BD94. Grayscale: #424242. Windows color (decimal): -13221269 or 7029302. OLE color: 7029302.

HSL color Cylindrical-coordinate representation of color #36426B: hue angle of 226.42º 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 #36426B is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5466107-
CMYK0.500.3800.58
HSL226.42º32.92%31.57%-
HSV(B)226.42º49.53%41.96%-
XYZ6.125.7414.7-
YUV67.09150.52118.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=23.79%
G=29.07%
B=47.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54661070.500.3800.58226.4232.9231.57
Hex36426B322603Ae22120
Octal6610215362460723424140
Binary11011010000101101011110010100110011101011100010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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