#363D6C

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

Shades of Port Gore #363D6C

Tints of Port Gore #363D6C

Color information

#363D6C (or 0x363D6C) is unknown color: approx Port Gore. HEX triplet: 36, 3D and 6C. RGB value is (54,61,108). Sum of RGB (Red+Green+Blue) = 54+61+108=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #363D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D6C is #C9C293. Grayscale: #404040. Windows color (decimal): -13222548 or 7093558. OLE color: 7093558.

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

Color convert

RGB5461108-
CMYK0.500.4400.58
HSL232.22º33.33%31.76%-
HSV(B)232.22º50%42.35%-
XYZ5.95.214.88-
YUV64.26152.68120.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 61 (24.22% from 255) = 27.35%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=24.22%
G=27.35%
B=48.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54611080.500.4400.58232.2233.3331.76
Hex363D6C322C03Ae82120
Octal667515462540723504140
Binary1101101111011101100110010101100011101011101000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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