#384268

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

Shades of Port Gore #384268

Tints of Port Gore #384268

Color information

#384268 (or 0x384268) is unknown color: approx Port Gore. HEX triplet: 38, 42 and 68. RGB value is (56,66,104). Sum of RGB (Red+Green+Blue) = 56+66+104=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #384268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384268 is #C7BD97. Grayscale: #434343. Windows color (decimal): -13090200 or 6832696. OLE color: 6832696.

HSL color Cylindrical-coordinate representation of color #384268: hue angle of 227.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384268 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5666104-
CMYK0.460.3700.59
HSL227.5º30%31.37%-
HSV(B)227.5º46.15%40.78%-
XYZ6.085.7413.88-
YUV67.34148.69119.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=24.78%
G=29.20%
B=46.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56661040.460.3700.59227.53031.37
Hex3842682E2503Be41e1f
Octal7010215056450733443637
Binary111000100001011010001011101001010111011111001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384268; }

 p { color: rgb(56,66,104); }

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

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

 a { background-color: rgb(56,66,104); }

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

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

 span { border-color: rgb(56,66,104); }

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