#363E6C

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

Shades of Port Gore #363E6C

Tints of Port Gore #363E6C

Color information

#363E6C (or 0x363E6C) is unknown color: approx Port Gore. HEX triplet: 36, 3E and 6C. RGB value is (54,62,108). Sum of RGB (Red+Green+Blue) = 54+62+108=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #363E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E6C is #C9C193. Grayscale: #404040. Windows color (decimal): -13222292 or 7093814. OLE color: 7093814.

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

Color convert

RGB5462108-
CMYK0.500.4300.58
HSL231.11º33.33%31.76%-
HSV(B)231.11º50%42.35%-
XYZ5.955.3114.9-
YUV64.85152.35120.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=24.11%
G=27.68%
B=48.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54621080.500.4300.58231.1133.3331.76
Hex363E6C322B03Ae72120
Octal667615462530723474140
Binary1101101111101101100110010101011011101011100111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363E6C; }

 p { color: rgb(54,62,108); }

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

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

 a { background-color: rgb(54,62,108); }

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

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

 span { border-color: rgb(54,62,108); }

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