#383F6C

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

Shades of Port Gore #383F6C

Tints of Port Gore #383F6C

Color information

#383F6C (or 0x383F6C) is unknown color: approx Port Gore. HEX triplet: 38, 3F and 6C. RGB value is (56,63,108). Sum of RGB (Red+Green+Blue) = 56+63+108=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #383F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F6C is #C7C093. Grayscale: #414141. Windows color (decimal): -13090964 or 7094072. OLE color: 7094072.

HSL color Cylindrical-coordinate representation of color #383F6C: hue angle of 231.92º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #383F6C is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5663108-
CMYK0.480.4200.58
HSL231.92º31.71%32.16%-
HSV(B)231.92º48.15%42.35%-
XYZ6.125.4814.92-
YUV66.04151.68120.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 63 (25% from 255) = 27.75%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=24.67%
G=27.75%
B=47.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56631080.480.4200.58231.9231.7132.16
Hex383F6C302A03Ae82020
Octal707715460520723504040
Binary1110001111111101100110000101010011101011101000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F6C; }

 p { color: rgb(56,63,108); }

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

<style>
 a { background-color: #383F6C; }

 a { background-color: rgb(56,63,108); }

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

<style>
 span { border-color: #383F6C; }

 span { border-color: rgb(56,63,108); }

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